Skip to content

Commit e324864

Browse files
fix: correct syntax for setting PYTHONUNBUFFERED environment variable in Dockerfile (#265)
1 parent 5d48526 commit e324864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.12-slim-bookworm
33

44
# Set environment variables
5-
ENV PYTHONUNBUFFERED 1
5+
ENV PYTHONUNBUFFERED=1
66

77
# Set the working directory in the container
88
WORKDIR /app

0 commit comments

Comments
 (0)