diff --git a/Dockerfile b/Dockerfile index a171c53..af4f7f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,5 @@ RUN \ echo 'root:root' | chpasswd && \ exit 0 -ENTRYPOINT ["/usr/bin/tini", "--", "/usr/sbin/sshd", "-D", "-e"] +ENTRYPOINT ["/usr/bin/tini", "--"] +CMD ["/usr/sbin/sshd", "-D", "-e"]