.
All checks were successful
/ ssh-client-container (push) Successful in 9s
/ ssh-server-container (push) Successful in 9s

This commit is contained in:
2025-09-07 00:19:28 +00:00
parent c310e2c0af
commit 931008dbd1
4 changed files with 34 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ ENV CONFIGURATION=Debug
ENV DEBUG=True
# Default command for dev container
CMD ["python3", "/app/main.py"]
CMD ["python3","-u", "/app/main.py"]