Minor CI fixes for docker builds

This commit is contained in:
frikky
2022-07-21 15:53:32 +02:00
parent 5c3ba60ddb
commit 00c749ab84
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package.json /usr/src/app/package.json
RUN yarn config set "strict-ssl" false -g
RUN yarn install
RUN yarn install --network-timeout 1000000
# copy only required files to not trigger rebuilding every time
COPY ./certs /usr/src/app/certs/