fix: remove command from docker-compose.yml to streamline service startup

This commit is contained in:
2026-02-22 00:38:12 +01:00
parent ba101be745
commit 9e95d8eaed

View File

@@ -11,5 +11,4 @@ services:
volumes:
- .:/app
- /app/node_modules
working_dir: /app
command: npm start
working_dir: /app