Skip to content

Commit

Permalink
log yarn version to confirm that v4.2.2 is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed May 29, 2024
1 parent 1eb3878 commit ce8fc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ARG VITE_SLACK_APP_SUPABASE_API_URL=default \
USER root
ENV YARN_VERSION 4.2.2
RUN corepack enable yarn
RUN yarn policies set-version $YARN_VERSION \
RUN yarn -v \
&& yarn policies set-version $YARN_VERSION \
&& yarn config set global-folder .yarn \
&& yarn cache dir

Expand Down

0 comments on commit ce8fc55

Please sign in to comment.