From 5a5fc5e840c014d4f57a64bf4063d09ce7df2f9b Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 22:17:23 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ef9632d..e7abbea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Use PHP with Apache as the base image FROM python:latest +ENV PYTHONUNBUFFERED=1 + # Install Additional System Dependencies RUN apt-get update && apt-get upgrade -y RUN apt-get install -y \