.
All checks were successful
/ ssh-server (push) Successful in 25s

This commit is contained in:
2025-09-07 09:43:48 +00:00
parent ed5c86ffe6
commit 220ae4778a
8 changed files with 87 additions and 63 deletions

View File

@@ -51,6 +51,7 @@ EXPOSE 5678
# runtime environment
ENV CONFIGURATION=Debug
ENV DEBUG=True
ENV SSH_SERVER_ENABLED=False
# Default command for dev container
CMD ["python3","-u", "/app/main.py"]