mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
chore: increase yarn timeout
This commit is contained in:
parent
2761586c19
commit
6016c1f737
1 changed files with 1 additions and 1 deletions
|
@ -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 --production=true
|
||||
RUN yarn --network-timeout 1000000 --production=true
|
||||
RUN yarn add cross-env
|
||||
|
||||
# Bundle app source
|
||||
|
|
Loading…
Add table
Reference in a new issue