File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY package.json yarn.lock ./
10
10
RUN yarn config set network-timeout 600000 -g && yarn install --production
11
11
{%- else %}
12
12
COPY package.json package-lock.json ./
13
- RUN npm config set network-timeout 600000 -g && npm install --only=production
13
+ RUN npm config set fetch-retry-maxtimeout 600000 -g && npm install --only=production
14
14
{%- endif %}
15
15
ENV PATH /opt/node_modules/.bin:$PATH
16
16
WORKDIR /opt/app
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY package.json yarn.lock ./
10
10
RUN yarn config set network-timeout 600000 -g && yarn install
11
11
{%- else %}
12
12
COPY package.json package-lock.json ./
13
- RUN npm config set network-timeout 600000 -g && npm install
13
+ RUN npm config set fetch-retry-maxtimeout 600000 -g && npm install
14
14
{%- endif %}
15
15
16
16
WORKDIR /opt/app
You can’t perform that action at this time.
0 commit comments