add corepack

This commit is contained in:
2024-04-23 19:39:45 +02:00
parent 214c35a7e6
commit 8112f232e3

View File

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