We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c704263 commit 85bfe04Copy full SHA for 85bfe04
1 file changed
Dockerfile
@@ -2,8 +2,8 @@
2
FROM python:3.11-slim-bullseye AS builder
3
4
# Set environment variables
5
-ENV PYTHONDONTWRITEBYTECODE 1
6
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONDONTWRITEBYTECODE=1
+ENV PYTHONUNBUFFERED=1
7
8
# Set work directory
9
WORKDIR /app
@@ -20,8 +20,8 @@ RUN pip wheel --no-cache-dir --wheel-dir /app/wheels -r requirements.txt
20
FROM python:3.11-slim-bullseye
21
22
23
24
25
26
27
0 commit comments