feat: add command to start application in docker-compose.yml

This commit is contained in:
2026-02-22 00:12:29 +01:00
parent f75296721a
commit 0db39ca130

View File

@@ -6,3 +6,4 @@ services:
- "3000" - "3000"
volumes: volumes:
- .:/app - .:/app
command: npm run start