diff --git a/Dockerfile b/Dockerfile index 80695e8..41b1a33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ WORKDIR /app COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt COPY . . -CMD ["python3", "bot.py"] +CMD ["python3", "-u", "bot.py"]