diff --git a/Dockerfile b/Dockerfile index b0c4cd5..b2c8b3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY main.py . # Run script -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "-u", "main.py"] \ No newline at end of file