mediweb1.0 / docker-compose.debug.yml
nikesh66's picture
Upload 15 files
eda2ac7
raw
history blame contribute delete
No virus
294 Bytes
version: '3.4'
services:
mediwebhugginfaces:
image: mediwebhugginfaces
build:
context: .
dockerfile: ./Dockerfile
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 app.py "]
ports:
- 5678:5678