Skip to content

Commit

Permalink
Merge pull request #48 from SubstraFoundation/fix_dockerfile
Browse files Browse the repository at this point in the history
Specify packages to use during second stage of dockerfile
  • Loading branch information
jmorel authored Apr 21, 2020
2 parents 4e0e38c + ac31e1e commit 436e53f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ WORKDIR /workspace

COPY --from=build /workspace/package.json /workspace/package.json
COPY --from=build /workspace/packages/ssr /workspace/packages/ssr
COPY --from=build /workspace/.yarnrc /workspace/.yarnrc
COPY --from=build /workspace/yarn.lock /workspace/yarn.lock

RUN yarn install

Expand Down

0 comments on commit 436e53f

Please sign in to comment.