From 785ecf357c935b8d73bcdf831b8bbcc6a176447e Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Thu, 28 Mar 2024 11:25:58 -0400 Subject: [PATCH] logging issue --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c959c7e..78cde63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.10.14-slim LABEL org.opencontainers.image.description Orijen UDF Service for F5XC +ENV PYTHONUNBUFFERED=1 WORKDIR /app COPY app . RUN pip install --no-cache-dir -r requirements.txt