Dockerfile aktualisiert

This commit is contained in:
2025-11-13 11:11:48 +00:00
parent 3121a22cbe
commit f227c7d24f

View File

@@ -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 RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc
COPY motd /etc/motd
EXPOSE 22 EXPOSE 22