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 2fcee02 commit c3381a0Copy full SHA for c3381a0
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /app
11
12
COPY package*.json ./
13
14
-RUN npm install --no-install-recommends --fetch-retry-maxtimeout 300000
+RUN npm install --no-install-recommends --fetch-retry-maxtimeout 500000
15
16
COPY . .
17
@@ -22,7 +22,7 @@ WORKDIR /app
22
23
COPY --from=build /app/package*.json ./
24
25
-RUN npm install --no-install-recommends --only=production --fetch-retry-maxtimeout 300000
+RUN npm install --no-install-recommends --only=production --fetch-retry-maxtimeout 500000
26
27
# COPY --from=build /app/.env .env
28
COPY --from=build /app/config.js ./config.js
0 commit comments