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.
ENV PYTHONUNBUFFERED=1
1 parent b67fb44 commit fe7f4f7Copy full SHA for fe7f4f7
backend/Dockerfile
@@ -1,5 +1,7 @@
1
FROM python:3.10
2
3
+ENV PYTHONUNBUFFERED=1
4
+
5
WORKDIR /app/
6
7
# Install uv
0 commit comments