Jack's Changes (#1)

First merge after adding branch

Co-authored-by: c0de <c0de@c0de.dev>
Reviewed-on: #1
Co-authored-by: Zed <benolken5@gmail.com>
Co-committed-by: Zed <benolken5@gmail.com>
This commit is contained in:
Zed
2024-04-23 22:19:20 +00:00
committed by c0de
parent f1db0f62fc
commit 3525ea42e1
9 changed files with 93 additions and 34 deletions

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