10 lines
277 B
YAML
10 lines
277 B
YAML
services:
|
|
gogo2:
|
|
image: gogo2
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 run_clean_dashboard.py "]
|
|
ports:
|
|
- 5678:5678
|