fix: update port mapping and volume path in docker-compose.yml

This commit is contained in:
2026-02-22 00:10:14 +01:00
parent 332705a51a
commit f75296721a

View File

@@ -3,8 +3,6 @@ services:
app:
build: .
ports:
- "3000:3000"
- "3000"
volumes:
- .:/usr/src/app
environment:
NODE_ENV: development
- .:/app