try to setup demo
This commit is contained in:
@ -7,7 +7,8 @@ services:
|
||||
context: .
|
||||
dockerfile: web/deploy/demo.Dockerfile
|
||||
ports:
|
||||
- "8880:8080" # Exposes port 3000 on the host and maps it to port 3000 on the container
|
||||
- "28880:8080"
|
||||
- "28881:8081"
|
||||
volumes:
|
||||
- .:/usr/src/app # Mounts the current directory to /usr/src/app in the container
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user