Now send the logs to a file

This commit is contained in:
2024-09-25 17:45:43 +02:00
parent 14fd8a359b
commit d4926240ab

View File

@@ -6,4 +6,4 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/usr/sbin/sshd", "-D", "-e"]
CMD ["/usr/sbin/sshd", "-D", "-E", "/var/log/sshd.log"]