Skip to content

Commit a55b0ea

Browse files
fix: use lockfile-aware install commands
1 parent ef78736 commit a55b0ea

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)