fix: Docker build
This commit is contained in:
@@ -4,6 +4,7 @@ FROM node:16.14.2-alpine3.15 AS deps
|
||||
ARG APP_PATH
|
||||
WORKDIR $APP_PATH
|
||||
COPY ./package.json ./yarn.lock ./
|
||||
COPY ./patches ./patches
|
||||
|
||||
RUN yarn install --no-optional --frozen-lockfile --network-timeout 1000000 && \
|
||||
yarn cache clean
|
||||
|
||||
Reference in New Issue
Block a user