.
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

@@ -42,7 +42,7 @@ ENV CONFIGURATION=Production
ENV DEBUG=False
# Default command for production container
CMD ["python3", "/app/main.py"]
CMD ["python3", "-u", "/app/main.py"]
#EXPOSE 22