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 5d48526 commit e324864Copy full SHA for e324864
Dockerfile
@@ -2,7 +2,7 @@
2
FROM python:3.12-slim-bookworm
3
4
# Set environment variables
5
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONUNBUFFERED=1
6
7
# Set the working directory in the container
8
WORKDIR /app
0 commit comments