Updated docker-compose.yml to add delay to vite service startup

This commit is contained in:
2025-09-06 14:41:20 +02:00
parent 3983cdd554
commit 3d51ea1501

View File

@@ -42,7 +42,7 @@ services:
working_dir: /var/www/html
volumes:
- .:/var/www/html
command: sh -c "npm install && npm run dev"
command: sh -c "sleep 5 && npm install && npm run dev"
ports:
- "5173:5173"
depends_on: