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: app:
build: . build: .
ports: ports:
- "3000:3000" - "3000"
volumes: volumes:
- .:/usr/src/app - .:/app
environment:
NODE_ENV: development