Print logging to output

This commit is contained in:
Zed 2023-03-02 17:49:16 -06:00
parent 17774ae0e2
commit c8b8319a55

View File

@ -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"]