Skip to content

Commit

Permalink
revert copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Dec 11, 2020
1 parent b3bc29f commit 62d3810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion targets/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM node:14.15.1-alpine3.11
WORKDIR /app

COPY package.json yarn.lock /app/
COPY shared /app
COPY shared/graphql-client/package.json /app/shared/graphql-client/
COPY shared/id-generator/package.json /app/shared/id-generator/
COPY targets/frontend/package.json /app/targets/frontend/

RUN npx @socialgouv/yarn-workspace-focus-install --cwd targets/frontend --production -- --cache-folder /dev/shm/yarn
Expand Down

0 comments on commit 62d3810

Please sign in to comment.