From fa054740a3a02b53d244f57504864394e51fd8b4 Mon Sep 17 00:00:00 2001 From: Quickbed Date: Mon, 17 Nov 2025 13:00:44 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9d4d8c3..59dbe6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,10 @@ RUN chown crime2:crime2 /home/crime2/data.txt && chmod 600 /home/crime2/data.txt COPY Level/Level5/systemd-hdtob.py /usr/local/bin/systemd-hdtob.py RUN chmod +x /usr/local/bin/systemd-hdtob.py +RUN echo "Start" > /home/crime5/timer.txt \ + && chown root:root /home/crime5/timer.txt \ + && chmod 644 /home/crime5/timer.txt + # motd RUN rm -fr /etc/update-motd.d/*