🚀 NEUE FEATURES: Push-to-Gitea, Inotify-Watcher, Changelog mit git log
docker-build-and-push / build (push) Successful in 1m54s

This commit is contained in:
KI-Sparringpartner
2026-08-03 17:23:50 +02:00
parent b390d90061
commit 9161abae63
6 changed files with 187 additions and 66 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
# Git und System-Tools installieren + User erstellen ALS ROOT!
RUN apt-get update && \
apt-get install -y git curl && \
apt-get install -y git curl inotify-tools && \
rm -rf /var/lib/apt/lists/*
# Alle Paketeinstallations-Schritte als ROOT durchführen: