fix: update volume path in docker-compose.yml to use current directory
This commit is contained in:
@@ -5,5 +5,5 @@ services:
|
||||
ports:
|
||||
- "3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- .:.
|
||||
command: npm run start
|
||||
|
||||
Reference in New Issue
Block a user