Skip to content

Commit

Permalink
Actually copy the corepack tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 29, 2024
1 parent 6be400a commit 9cf9555
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 @@ -30,5 +30,7 @@ RUN set -ex; \
# install only the node_modules we need for production
yarn workspaces focus --production;

COPY ./corepack.tgz ./corepack.tgz

USER appuser
ENTRYPOINT [ "/opt/test-runner/bin/run.sh" ]

0 comments on commit 9cf9555

Please sign in to comment.