We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf491c6 commit 3b3da3eCopy full SHA for 3b3da3e
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR $APP_PATH
6
COPY ./package.json ./yarn.lock ./
7
COPY ./patches ./patches
8
9
-RUN yarn install --no-optional --frozen-lockfile --network-timeout 1000000 && \
+RUN yarn install --no-optional --network-timeout 1000000 && \
10
yarn cache clean
11
12
COPY . .
@@ -15,7 +15,7 @@ RUN yarn build
15
16
RUN rm -rf node_modules
17
18
-RUN yarn install --production=true --frozen-lockfile --network-timeout 1000000 && \
+RUN yarn install --production=true --network-timeout 1000000 && \
19
20
21
ENV PORT=3000
0 commit comments