From 7de5660ee93de997d4f3c7f57f4fb4ff7ec80e15 Mon Sep 17 00:00:00 2001 From: "Alexander 4584443+DragonStuff@users.noreply.github.com" <4584443+DragonStuff@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:58:38 +0900 Subject: [PATCH] fix: k8s environments --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4c3db49..5dfbf21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM python:3.10 # Set the working directory in the container WORKDIR /usr/src/app +ENV PYTHONUNBUFFERED=1 + # Upgrade pip RUN pip install --upgrade pip