This commit is contained in:
2024-04-23 19:42:23 +02:00
parent 8112f232e3
commit 51ea593bcd

View File

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