fix: update volume path in docker-compose.yml to use current directory

This commit is contained in:
2026-02-22 00:13:46 +01:00
parent 0db39ca130
commit 5205d09de1

View File

@@ -5,5 +5,5 @@ services:
ports: ports:
- "3000" - "3000"
volumes: volumes:
- .:/app - .:.
command: npm run start command: npm run start