mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
nit
This commit is contained in:
parent
6751b20fca
commit
8e1f08fbf2
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ FROM node-alpine AS web-builder
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json yarn.lock* ./
|
COPY package.json yarn.lock* ./
|
||||||
RUN yarn --frozen-lockfile --network-timeout=30000
|
RUN yarn config set registry https://registry.npmjs.org/
|
||||||
|
RUN yarn config set network-timeout 1200000
|
||||||
|
RUN yarn --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
RUN yarn run build
|
RUN yarn run build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue