mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Try increasing yarn network timeout to fix failing github action
This commit is contained in:
parent
ee4c658b28
commit
9c426fcab6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ FROM node-alpine AS web-builder
|
|||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock* ./
|
||||
RUN yarn --frozen-lockfile
|
||||
RUN yarn --frozen-lockfile --network-timeout=30000
|
||||
COPY . .
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
RUN yarn run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue