diff --git a/Dockerfile b/Dockerfile index 0826dc0..af2887b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,8 @@ RUN echo "crime2" > /guide/crime2.txt RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc +COPY motd /etc/motd + EXPOSE 22