mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 18:00:05 +01:00
test: yarn 5 min timeout
This commit is contained in:
parent
6016c1f737
commit
065bf050db
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
||||
# Install app dependencies
|
||||
COPY package.json /usr/src/app/
|
||||
COPY yarn.lock /usr/src/app/
|
||||
RUN yarn --network-timeout 1000000 --production=true
|
||||
RUN yarn --network-timeout 300000 --production=true
|
||||
RUN yarn add cross-env
|
||||
|
||||
# Bundle app source
|
||||
|
Loading…
Reference in New Issue
Block a user