add docker support

This commit is contained in:
Username
2025-12-20 16:46:37 +01:00
parent 9d2701dfa0
commit a4e2c2ed7c
2 changed files with 20 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
ppf:
build: .
volumes:
- .:/app
working_dir: /app
command: python ppf.py
environment:
- PYTHONUNBUFFERED=1