add port
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
command: bash /app/startup.sh
|
command: bash /app/startup.sh
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./server:/app:ro
|
- ./server:/app:ro
|
||||||
- ${WORKSPACE_PATH:-.}:/workspace
|
- ${WORKSPACE_PATH:-.}:/workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user