#2 update
Some checks failed
Deploy / server (push) Failing after 33s

This commit is contained in:
Никита Круглицкий
2025-10-01 19:06:38 +06:00
parent 204286a073
commit 20e1cb28b7
10 changed files with 2 additions and 68 deletions

View File

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