From 52c449b273f4a667560d9415c3ea97ecfef2d96f Mon Sep 17 00:00:00 2001 From: Quickbed Date: Mon, 17 Nov 2025 09:30:41 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc2319a..5f05891 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,11 +70,6 @@ RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ RUN echo "crime2" > /guide/crime2.txt 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 COPY guide/crime5/typewrite.sh /usr/local/bin/typewrite.sh RUN chmod +x /usr/local/bin/typewrite.sh