Skip to content

Commit

Permalink
removed plugins from dockerize step
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Nov 3, 2023
1 parent 5ee15b9 commit 2c1f99f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY --chown=node:node /frontend /home/node/app/frontend
COPY --chown=node:node /service /home/node/app/service

COPY --chown=node:node /package.json /home/node/app/package.json
COPY --chown=node:node /.yarn/plugins /home/node/app/.yarn/plugins
COPY --chown=node:node /.yarn/releases /home/node/app/.yarn/releases
COPY --chown=node:node /.yarn/sdks /home/node/app/.yarn/sdks
COPY --chown=node:node /.pnp.cjs /home/node/app/.pnp.cjs
Expand Down

0 comments on commit 2c1f99f

Please sign in to comment.