diff --git a/Dockerfile b/Dockerfile index 111aeb79d..c8d8c4298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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