fix: remove command from docker-compose.yml to streamline service startup
This commit is contained in:
@@ -11,5 +11,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: npm start
|
|
||||||
Reference in New Issue
Block a user