diff --git a/Dockerfile b/Dockerfile index 87753ee..6c3ab42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /gpt RUN pip3 install -r requirements.txt -CMD ["python3", "main.py"] \ No newline at end of file +CMD ["python3", "-u", "main.py"]