Skip to content

Commit

Permalink
feat: yarn 3.3.0 도커에 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Feb 3, 2024
1 parent aa75d5a commit 199337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json ./
COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN npm install yarn --global --force
RUN npm install yarn@3.3.0 --global --force
RUN yarn set version berry
RUN yarn install --immutable --immutable-cache --check-cache

Expand Down

0 comments on commit 199337a

Please sign in to comment.