We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623b93d commit 2bc9fe4Copy full SHA for 2bc9fe4
Dockerfile
@@ -24,7 +24,9 @@ FROM --platform=linux/amd64 python:3.9
24
25
WORKDIR /app
26
27
+# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
28
ENV PYTHONUNBUFFERED 1
29
+# Python settings: do not write pyc files
30
ENV PYTHONDONTWRITEBYTECODE 1
31
32
# OS requirements as per
0 commit comments