Increase network timeout when building docker image
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2020-06-22 16:15:13 +02:00
parent 90ba845b21
commit b0279f24f8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY . ./
RUN \
# Build the frontend
yarn install --frozen-lockfile && \
yarn install --frozen-lockfile --network-timeout 100000 && \
echo '{"VERSION": "'$(git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/')'"}' > src/version.json && \
yarn run build