diff --git a/Dockerfile b/Dockerfile index 9fe64a5..441b13b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ COPY . . VOLUME ./run # Run the bot -CMD ["python3", "src/main.py"] +CMD ["python3", "-u", "src/main.py"]