Make docker print

This commit is contained in:
David
2022-02-23 23:49:20 +01:00
committed by GitHub
parent a48782f767
commit 02891f92fc
2 changed files with 2 additions and 1 deletions

View File

@@ -23,4 +23,4 @@ WORKDIR /app
COPY main.py .
ENTRYPOINT ["/opt/venv/bin/python3", "main.py"]
ENTRYPOINT ["/opt/venv/bin/python3", "-u", "main.py"]