feat: don't buffer stdout/err in docker

This makes sure we don't loose any logs that might have been buffered and haven't been written to the docker logs.
This commit is contained in:
jo 2023-01-11 16:24:51 +01:00
commit 85d4bd60d9
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
Don't buffer python stdout/err in docker