mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-07-29 13:44:48 +00:00
increased yarn network timeout
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM node:12-alpine AS frontend-build
|
||||
WORKDIR /app
|
||||
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/assets assets
|
||||
COPY frontend/src src
|
||||
|
Reference in New Issue
Block a user