diff --git a/Dockerfile b/Dockerfile index e040594..221a255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY app.py . +ENV PYTHONUNBUFFERED=1 + CMD ["python", "app.py"] \ No newline at end of file