Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from SocialGouv/feat/readd_frozen_yarn
Browse files Browse the repository at this point in the history
fix: re add frozen-lockfile
  • Loading branch information
YoannNumericite authored Nov 3, 2023
2 parents 8465e0d + f87721e commit b6d98f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN chown node:node /app
COPY ./package.json .
COPY ./yarn.lock .

RUN yarn --ignore-engines
RUN yarn --frozen-lockfile --ignore-engines


COPY . .
Expand Down

0 comments on commit b6d98f8

Please sign in to comment.