Fixed dockerfile temp, updated yarn.lock

This commit is contained in:
Wyatt Johnson
2017-04-27 08:29:16 -06:00
parent 64eb16c3d6
commit 5559940967
2 changed files with 211 additions and 8679 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ EXPOSE 5000
COPY . /usr/src/app
# Install app dependencies and build static assets.
RUN yarn install --frozen-lockfile && \
RUN yarn global add node-gyp && \
yarn install --frozen-lockfile && \
cli plugins reconcile && \
yarn build && \
yarn install --production && \
+209 -8678
View File
File diff suppressed because it is too large Load Diff