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

Починка adm822222225224

This commit is contained in:
MoonTestUse1
2025-01-01 22:28:34 +06:00
parent 36ecd6320e
commit bfe1fd365a

View File

@@ -26,11 +26,10 @@ services:
volumes: volumes:
- ./frontend:/app - ./frontend:/app
- /app/node_modules - /app/node_modules
- frontend_build:/app/dist
environment: environment:
- NODE_ENV=development - NODE_ENV=production
ports: command: sh -c "npm run build && cp -r dist/* /app/dist/"
- "5173:5173"
command: npm run dev
networks: networks:
- app-network - app-network