ваше сообщение коммита

This commit is contained in:
2025-12-29 20:03:09 +03:00
parent 32001ceacd
commit 546e92ffb2
22 changed files with 1458 additions and 305 deletions

View File

@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
COPY package.json yarn.lock ./
# Устанавливаем зависимости
RUN yarn install --frozen-lockfile
RUN yarn install
# Копируем остальные файлы проекта
COPY . .