Merge pull request #545 from coralproject/docker-fix

Fixed Dockerfile for regression with yarn
This commit is contained in:
David Erwin
2017-04-27 10:34:26 -04:00
committed by GitHub
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