#2 update
All checks were successful
Deploy / server (push) Successful in 3m1s

This commit is contained in:
Никита Круглицкий 2025-10-01 20:18:15 +06:00
parent 98d8e76484
commit 07c7c4b9f4

View File

@ -3,6 +3,7 @@ WORKDIR /app
RUN corepack enable RUN corepack enable
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN apt update && apt install --yes python3 python3-pip build-essential RUN apt update && apt install --yes python3 python3-pip build-essential
RUN yarn set version latest
RUN yarn install RUN yarn install
COPY . . COPY . .