Dockerfile aktualisiert

This commit is contained in:
2025-11-18 09:05:44 +00:00
parent a0f10c6c51
commit ed1c9a9b72

View File

@@ -64,6 +64,10 @@ RUN chmod 700 /root/watchdog.py
RUN (crontab -l; echo "@reboot /usr/bin/python3 /root/watchdog.py &") | crontab - RUN (crontab -l; echo "@reboot /usr/bin/python3 /root/watchdog.py &") | crontab -
mkdir -p /home/crime5/.timer
chown crime5:crime5 /home/crime5/.timer