Minor CI fixes for docker builds
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user