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.
1 parent cd6c531 commit 65c5031Copy full SHA for 65c5031
dockerfile
@@ -3,7 +3,7 @@ FROM node:14 as builder
3
COPY package.json .
4
COPY yarn.lock .
5
6
-RUN yarn install
+RUN yarn install --frozen-lockfile
7
8
COPY . .
9
0 commit comments