Skip to content

Commit e34ee5e

Browse files
committed
Fix #2070 - Use correct key value format in Docker image
1 parent b7537a4 commit e34ee5e

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.12-slim-bookworm
55
WORKDIR /usr/src/app
66

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

1111
# install deb packages
1212
RUN apt-get update \

0 commit comments

Comments
 (0)