fix: update port mapping and volume path in docker-compose.yml
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000"
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
- .:/app
|
||||
|
||||
Reference in New Issue
Block a user