1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

починка уведомлени в тг2222

This commit is contained in:
MoonTestUse1
2025-01-04 05:23:27 +06:00
parent cb9a10e36c
commit 635d171448
5 changed files with 15 additions and 19 deletions

View File

@@ -6,8 +6,8 @@ WORKDIR /app
# Копируем файлы package.json и package-lock.json
COPY frontend/package*.json ./
# Устанавливаем все зависимости
RUN npm install
# Используем npm ci вместо npm install
RUN npm ci
# Копируем исходный код
COPY frontend/ .