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

@@ -12,4 +12,3 @@ services:
- .:/app - .:/app
- /app/node_modules - /app/node_modules
working_dir: /app working_dir: /app
command: npm start