Prevent output buffering in job creation

This commit is contained in:
Marian Steinbach 2024-03-06 23:40:22 +01:00
parent 1cfb537bbc
commit 4f6687e2c0

View file

@ -17,7 +17,7 @@ services:
manager:
image: ghcr.io/netzbegruenung/green-spider:latest
command: >
python3 cli.py
python3 -u cli.py
--credentials-path /secrets/datastore-writer.json
--loglevel debug
manager