diff --git a/Dockerfile b/Dockerfile index 9526ca9..bd645ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN pip install -r requirements.txt # Bundle app source COPY . /app -CMD [ "python", "main.py" ] \ No newline at end of file +CMD [ "python","-u","main.py" ] \ No newline at end of file