fix: remove unnecessary volume mapping for node_modules in docker-compose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user