#3 update
Some checks failed
Deploy / server (push) Successful in 16s
Deploy / client (push) Failing after 39s

This commit is contained in:
Никита Круглицкий 2025-10-01 21:40:35 +06:00
parent 514849a3bb
commit a85ec48203

View File

@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder
WORKDIR /app
RUN corepack enable
RUN yarn set version latest
RUN yarn set version stable
COPY package.json yarn.lock ./