refactor: Update Dockerfile and Docker Compose configuration for improved build process and add Svelte 5.28.2 dependency

This commit is contained in:
sHa
2025-04-27 22:50:39 +03:00
parent 33e47c2b06
commit 07d7d7e39b
4 changed files with 136 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ services:
- "35729:35729"
volumes:
- ./:/app
working_dir: /app
environment:
- NODE_ENV=development
- CHOKIDAR_USEPOLLING=true