ci/cd
Some checks failed
Deploy / build (push) Failing after 3m4s

This commit is contained in:
Никита Круглицкий 2025-09-26 00:49:04 +06:00
parent d8f7153d34
commit 0543831f28

View File

@ -1,4 +1,4 @@
FROM node:22
FROM node:22 AS build
WORKDIR /app
COPY package.json ./
COPY yarn.lock ./