forked from vikunja/frontend
Increase network timeout when building docker image
This commit is contained in:
parent
90ba845b21
commit
b0279f24f8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user