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 1358a64 commit 1dac5bcCopy full SHA for 1dac5bc
Dockerfile
@@ -5,8 +5,8 @@ FROM python:3.11-slim-bookworm
5
WORKDIR /code
6
7
# set environment varibles
8
-ENV PYTHONDONTWRITEBYTECODE 1
9
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONDONTWRITEBYTECODE=1
+ENV PYTHONUNBUFFERED=1
10
11
# getting postgres from PGDG (https://wiki.postgresql.org/wiki/Apt)
12
# gnupg is required to run apt.postgresql.org.sh
0 commit comments