unbuffered output in docker container

This commit is contained in:
2026-05-15 19:30:28 +01:00
parent c6c1f7dd39
commit 805f461dd2

View File

@@ -7,5 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./src/main.py", "-c", "/config.toml" ]
CMD [ "python", "-u", "./src/main.py", "-c", "/config.toml" ]