diff --git a/Dockerfile b/Dockerfile index 1850210..4b5495c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ FROM build AS run ENV discord_token "" ENV database_path "/tmp/baseball.db" -CMD ["python", "/app/main.py"] +CMD ["python", "-u", "/app/main.py"] \ No newline at end of file