From d6b361a65a19e8bd1272496d8ec193b4fc1edfb4 Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Wed, 16 Oct 2024 17:39:37 -0700 Subject: [PATCH] Fix deprecation warning in Dockerfile. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38b6a9e..f86a71e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.10-slim-buster -ENV PYTHONUNBUFFERED True +ENV PYTHONUNBUFFERED=True -#ENV PYTHONASYINCIODEBUG 1 +#ENV PYTHONASYINCIODEBUG=1 WORKDIR /app