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 6c0f13b commit 85714b3Copy full SHA for 85714b3
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