We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47303b8 commit 175dcabCopy full SHA for 175dcab
apps/backend/Dockerfile.dev
@@ -1,5 +1,7 @@
1
FROM python:3.11-slim
2
3
+ENV PYTHONUNBUFFERED=1
4
+
5
WORKDIR /app
6
7
RUN apt-get update && apt-get install -y \
0 commit comments