increased yarn network timeout

This commit is contained in:
Eugene Pankov
2022-01-26 20:02:00 +01:00
parent e92cbbd3a4
commit 36df34c6c6

View File

@@ -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