Increase network timeout when building docker image
This commit is contained in:
parent
90ba845b21
commit
b0279f24f8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY . ./
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Build the frontend
|
# 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 && \
|
echo '{"VERSION": "'$(git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/')'"}' > src/version.json && \
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue