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

Починка adm822222

This commit is contained in:
MoonTestUse1
2025-01-01 21:56:59 +06:00
parent afa8bd4dbc
commit ea769d192d

View File

@@ -22,10 +22,11 @@ services:
build: build:
context: . context: .
dockerfile: docker/frontend/Dockerfile dockerfile: docker/frontend/Dockerfile
container_name: support-frontend
volumes: volumes:
- ./frontend:/app - ./frontend:/app
- /app/node_modules - /app/node_modules
environment:
- NODE_ENV=development
command: npm run dev command: npm run dev
networks: networks:
- app-network - app-network