Skip to content

Commit c881543

Browse files
committed
fix: Increase network timeout, revert to using node:14-slim
1 parent a14b1f4 commit c881543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:14 as base
1+
FROM node:14-slim as base
22

33
WORKDIR /home/node
44

55
COPY package.json yarn.lock ./
66

7-
RUN yarn install --frozen-lockfile
7+
RUN yarn install --frozen-lockfile --network-timeout 600000
88

99
ENV PATH /home/node/node_modules/.bin:$PATH
1010

0 commit comments

Comments
 (0)