mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Increase network timeout so that DockerHub builds won't fail
This commit is contained in:
parent
cb626d1c49
commit
bb5547402b
@ -11,6 +11,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg |\
|
|||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
|
|
||||||
COPY . /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
|
CMD yarn start
|
||||||
|
Loading…
Reference in New Issue
Block a user