diff --git a/Dockerfile b/Dockerfile index a7da985..4f41cc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,4 +74,8 @@ COPY motd /etc/motd EXPOSE 22 + +CMD ["sh", "-c", "echo escape-room > /etc/hostname && exec bash"] + + CMD ["/usr/sbin/sshd","-D"]