mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
Increase network timeout in Dockerfile yarn install
This commit is contained in:
parent
4d10931630
commit
bd175f0ec4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM node:lts-alpine AS build_frontend
|
|||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
COPY web .
|
||||
RUN yarn install --frozen-lockfile && yarn build-export
|
||||
RUN yarn install --frozen-lockfile --network-timeout 1000000 && yarn build-export
|
||||
|
||||
### Build backend
|
||||
FROM golang:1.19-alpine AS build_backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue