mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
add corepack
This commit is contained in:
@@ -8,9 +8,9 @@ WORKDIR /app
|
||||
RUN apk add --no-cache --virtual .gyp python3 make g++
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN corepack enable yarn
|
||||
RUN yarn set version 4.1.1
|
||||
RUN yarn
|
||||
RUN npm install -g typescript
|
||||
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
Reference in New Issue
Block a user