Merge branch 'master' into bugfix-suspect-reporting

This commit is contained in:
Kim Gardner
2017-03-01 16:06:08 -05:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
FROM node:7.6
# Install yarn
RUN npm install -g yarn
# Add node-gyp for bcrypt build support
RUN yarn global add node-gyp
# Create app directory
RUN mkdir -p /usr/src/app