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

тестd32123322в

This commit is contained in:
MoonTestUse1
2025-01-05 01:00:04 +06:00
parent 540e3e69db
commit 7399092e69
4 changed files with 14 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ RUN rm -rf node_modules package-lock.json
# Устанавливаем зависимости
RUN npm install
RUN npm install axios@1.6.2
# Копируем исходный код
COPY frontend/ .
@@ -21,4 +20,5 @@ EXPOSE 5173
# Запускаем Vite сервер
ENV HOST=0.0.0.0
ENV NODE_ENV=development
CMD ["npm", "run", "dev"]