Some more fixes on docker build related files.

This commit is contained in:
2021-07-14 21:44:11 +02:00
parent 60adf393ef
commit 97eb34814f
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ services:
context: ../.
dockerfile: ./docker/Dockerfile
working_dir: /app
entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
# entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
volumes:
- ../.:/app