Spaces:
Runtime error
Runtime error
File size: 294 Bytes
eda2ac7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
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
|