fix: update volume path in docker-compose.yml to mount correctly

This commit is contained in:
2026-02-22 00:17:57 +01:00
parent e80bbe126d
commit bb75209c80

View File

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