mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-27 23:15:11 +00:00
Increase network timeout so that DockerHub builds won't fail
This commit is contained in:
@ -11,6 +11,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg |\
|
||||
WORKDIR /srv
|
||||
|
||||
COPY . /srv
|
||||
RUN yarn install --frozen-lockfile && yarn build --no-progress
|
||||
RUN yarn install --frozen-lockfile --network-timeout 1000000 && yarn build --no-progress
|
||||
|
||||
CMD yarn start
|
||||
|
Reference in New Issue
Block a user