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

This commit is contained in:
Никита Круглицкий 2025-10-01 19:09:56 +06:00
parent 831efd4849
commit f324c60f69

View File

@ -4,7 +4,6 @@ RUN corepack enable
COPY package.json yarn.lock ./
RUN apk add --no-cache python3 python3-pip build-essential
RUN yarn install
RUN
COPY . .
ENV PORT=80