Dockerfile aktualisiert

This commit is contained in:
2025-11-13 09:41:55 +00:00
parent 7c08685c51
commit 72f85144e4

View File

@@ -45,7 +45,7 @@ RUN mkdir -p /guide
RUN echo "crime1" > /guide/crime1.txt
RUN echo "crime2" > /guide/crime2.txt
RUN echo 'if [ -f "/guide/$USER.txt" ]; then cat "/guide/$USER.txt"; fi' >> /etc/bash.bashrc
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc