Skip to content

Commit 1dac5bc

Browse files
committed
Fixed syntax warning in Dockerfile
1 parent 1358a64 commit 1dac5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM python:3.11-slim-bookworm
55
WORKDIR /code
66

77
# set environment varibles
8-
ENV PYTHONDONTWRITEBYTECODE 1
9-
ENV PYTHONUNBUFFERED 1
8+
ENV PYTHONDONTWRITEBYTECODE=1
9+
ENV PYTHONUNBUFFERED=1
1010

1111
# getting postgres from PGDG (https://wiki.postgresql.org/wiki/Apt)
1212
# gnupg is required to run apt.postgresql.org.sh

0 commit comments

Comments
 (0)