Skip to content

Commit

Permalink
fix : build error
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Nov 10, 2024
1 parent 1a2436a commit 7726965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN yarn set version 3.3.0
RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn install
# --immutable --immutable-cache --check-cache


# Copies everything over to Docker environment
Expand Down

0 comments on commit 7726965

Please sign in to comment.