Skip to content

Commit

Permalink
fix(Dockerfile): Remove "--immutable-cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Jan 26, 2025
1 parent c9841ed commit 4dd5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY lerna.json .
COPY yarn.lock .

FROM base AS build_dist
RUN yarn --immutable --immutable-cache --silent
RUN yarn --immutable --silent
COPY packages/authorization packages/authorization
COPY packages/server packages/server
RUN yarn build:${image}
Expand Down

0 comments on commit 4dd5d9c

Please sign in to comment.