mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
increased yarn network timeout
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM node:12-alpine AS frontend-build
|
FROM node:12-alpine AS frontend-build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY frontend/package.json frontend/yarn.lock ./
|
COPY frontend/package.json frontend/yarn.lock ./
|
||||||
RUN yarn
|
RUN yarn install --frozen-lockfile --network-timeout 1000000
|
||||||
COPY frontend/webpack* frontend/tsconfig.json ./
|
COPY frontend/webpack* frontend/tsconfig.json ./
|
||||||
COPY frontend/assets assets
|
COPY frontend/assets assets
|
||||||
COPY frontend/src src
|
COPY frontend/src src
|
||||||
|
|||||||
Reference in New Issue
Block a user