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