pixivcord/docker-compose.debug.yml
sclement 61ef3bfd30
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Check if image is visible
2023-11-01 21:33:13 +01:00

12 lines
292 B
YAML

version: '3.4'
services:
pixivcord:
image: pixivcord
build:
context: .
dockerfile: ./Dockerfile
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 src/main.py "]
ports:
- 5678:5678