fix: add yarnrc
This commit is contained in:
parent
c254df3d27
commit
e33c0bb6ca
@ -2,11 +2,9 @@ FROM node:19.1-alpine as build
|
|||||||
|
|
||||||
RUN apk update && rm -rf /var/cache/apk/*
|
RUN apk update && rm -rf /var/cache/apk/*
|
||||||
WORKDIR /usr/app
|
WORKDIR /usr/app
|
||||||
COPY package.json .
|
COPY . .
|
||||||
COPY tsconfig.json .
|
|
||||||
|
|
||||||
RUN yarn install --ignore-scripts --non-interactive --frozen-lockfile && yarn cache clean
|
RUN yarn install --ignore-scripts --non-interactive --frozen-lockfile && yarn cache clean
|
||||||
COPY . .
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user