We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef78736 + a55b0ea commit 94d4031Copy full SHA for 94d4031
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ COPY app/src ./src
14
# Run tests to validate app
15
FROM app-base AS test
16
COPY .yarnrc.yml .
17
-RUN yarn install
+RUN yarn install --immutable
18
RUN yarn test
19
20
# Clear out the node_modules and create the zip
0 commit comments