fix: remove unnecessary volume mapping for node_modules in docker-compose

This commit is contained in:
Giuseppe Raffa
2026-04-15 23:15:12 +02:00
parent 3094c06467
commit b4182c5c94

View File

@@ -37,7 +37,6 @@ services:
command: npm run dev
volumes:
- ./api/src:/app/src
- /app/node_modules
- ./ml:/ml-source
- /var/run/docker.sock:/var/run/docker.sock
env_file: