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 199337a commit d6c80f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ COPY package.json ./
COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN npm install yarn@3.3.0 --global --force
RUN yarn set version berry
RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn set version 3.3.0


# Copies everything over to Docker environment
Expand Down

0 comments on commit d6c80f8

Please sign in to comment.