Fbrowser/docker-compose.debug.yml
2024-06-29 01:01:51 -05:00

12 lines
290 B
YAML
Executable File

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