Compare commits

..

2 Commits

Author SHA1 Message Date
Никита Круглицкий
f324c60f69 #2 update
Some checks failed
Deploy / server (push) Failing after 17s
2025-10-01 19:09:56 +06:00
Никита Круглицкий
831efd4849 #2 update 2025-10-01 19:09:49 +06:00

View File

@ -2,7 +2,7 @@ FROM node:22-alpine
WORKDIR /app
RUN corepack enable
COPY package.json yarn.lock ./
RUN apk add --no-cache python3
RUN apk add --no-cache python3 python3-pip build-essential
RUN yarn install
COPY . .