We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7046219 commit d3d84ebCopy full SHA for d3d84eb
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
10
COPY --chown=node:node . ./
11
12
-RUN yarn
+RUN yarn --network-timeout=100000
13
14
EXPOSE 3000
15
0 commit comments