1234567891011 |
- version: '3.4'
- services:
- openisp:
- image: openisp
- build:
- context: .
- dockerfile: ./Dockerfile
- command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 Backend\\Sources\\run.py "]
- ports:
- - 5678:5678
|