Skip to content

Commit

Permalink
Update Dockerfile - use ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yar…
Browse files Browse the repository at this point in the history
…n-3.8.6.cjs
  • Loading branch information
nickboldt authored Oct 22, 2024
1 parent b261627 commit 9713027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV EXTERNAL_SOURCE_NESTED=.
ENV CONTAINER_SOURCE=/opt/app-root/src

# Env vars
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-1.22.19.cjs
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-3.8.6.cjs

WORKDIR $CONTAINER_SOURCE/
COPY $EXTERNAL_SOURCE_NESTED/.yarn ./.yarn
Expand Down

0 comments on commit 9713027

Please sign in to comment.