Skip to content

Commit c3381a0

Browse files
committed
increased time again. updated npm
1 parent 2fcee02 commit c3381a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /app
1111

1212
COPY package*.json ./
1313

14-
RUN npm install --no-install-recommends --fetch-retry-maxtimeout 300000
14+
RUN npm install --no-install-recommends --fetch-retry-maxtimeout 500000
1515

1616
COPY . .
1717

@@ -22,7 +22,7 @@ WORKDIR /app
2222

2323
COPY --from=build /app/package*.json ./
2424

25-
RUN npm install --no-install-recommends --only=production --fetch-retry-maxtimeout 300000
25+
RUN npm install --no-install-recommends --only=production --fetch-retry-maxtimeout 500000
2626

2727
# COPY --from=build /app/.env .env
2828
COPY --from=build /app/config.js ./config.js

0 commit comments

Comments
 (0)