#2 #3 update
Some checks failed
Deploy / server (push) Successful in 3m50s
Deploy / client (push) Failing after 49s

This commit is contained in:
Никита Круглицкий
2025-10-01 21:47:51 +06:00
parent 3b7d5f7934
commit 5f5ddc0186
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /app
RUN corepack enable
RUN yarn set version stable
COPY package.json yarn.lock ./
COPY package.json yarn.lock .yarnrc.yml ./
RUN yarn install
COPY . .