This commit is contained in:
@@ -2,6 +2,7 @@ FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
COPY package.json yarn.lock ./
|
||||
RUN apk add --no-cache python3
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user