Skip to content

Commit 94d4031

Browse files
Merge pull request #484 from docker/sec-cli/npm-ci-20260612-182446
fix: replace npm install with npm ci (20260612-182446)
2 parents ef78736 + a55b0ea commit 94d4031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY app/src ./src
1414
# Run tests to validate app
1515
FROM app-base AS test
1616
COPY .yarnrc.yml .
17-
RUN yarn install
17+
RUN yarn install --immutable
1818
RUN yarn test
1919

2020
# Clear out the node_modules and create the zip

0 commit comments

Comments
 (0)