Dockerfile aktualisiert

This commit is contained in:
2025-11-17 09:30:41 +00:00
parent afb3008c89
commit 52c449b273

View File

@@ -70,11 +70,6 @@ RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣
RUN echo "crime2" > /guide/crime2.txt 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
RUN mkdir -p /home/crime5
RUN chown -R crime5:crime5 /home/crime5
# Skript für Typanimation # Skript für Typanimation
COPY guide/crime5/typewrite.sh /usr/local/bin/typewrite.sh COPY guide/crime5/typewrite.sh /usr/local/bin/typewrite.sh
RUN chmod +x /usr/local/bin/typewrite.sh RUN chmod +x /usr/local/bin/typewrite.sh