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:
- ./frontend:/app
- /app/node_modules
- frontend_build:/app/dist
environment:
- NODE_ENV=development
ports:
- "5173:5173"
command: npm run dev
- NODE_ENV=production
command: sh -c "npm run build && cp -r dist/* /app/dist/"
networks:
- app-network