From 01c5fc00c2678e58f76f07338c08b6c9adf0c9ca Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 25 Jan 2021 22:14:13 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]