mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
copy all
This commit is contained in:
@@ -7,12 +7,11 @@ WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache --virtual .gyp python3 make g++
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
COPY . .
|
||||
RUN corepack enable yarn
|
||||
RUN yarn set version 4.1.1
|
||||
RUN yarn
|
||||
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
RUN yarn cache clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user