Skip to content

Commit

Permalink
chore: remove yarn --immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored and devthejo committed Feb 14, 2024
1 parent ac279dd commit 95a3f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER 1000

COPY ./yarn.lock ./.yarnrc.yml ./
COPY --chown=1000:1000 ./.yarn .yarn
RUN yarn fetch --immutable
RUN yarn fetch

COPY --chown=1000:1000 . .

Expand Down

0 comments on commit 95a3f6e

Please sign in to comment.