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 40e6f9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ COPY package.json ./
COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN npm install [email protected] --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 40e6f9a

Please sign in to comment.