From 91596c0c38d6af88490ba1ea5859b0d3bfdfcdab Mon Sep 17 00:00:00 2001 From: sureshhewabi Date: Fri, 20 Oct 2023 13:30:44 +0100 Subject: [PATCH] add logging module to persist the log --- .Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Dockerfile b/.Dockerfile index e9c44ef..aba8a16 100644 --- a/.Dockerfile +++ b/.Dockerfile @@ -5,7 +5,7 @@ ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONFAULTHANDLER 1 -ENV FLASK_ENV production +ENV FLASK_DEBUG production COPY *.whl .