devel #2

Merged
marko merged 16 commits from devel into main 2024-09-26 11:40:43 +00:00
Showing only changes of commit e15ca89c3e - Show all commits

@ -10,6 +10,8 @@ RUN apk update --no-cache ; \
# Arbeitsverzeichnis erstellen
WORKDIR /backup
##
# Entrypoint-Skript hinzufügen
COPY entrypoint.sh /usr/local/bin/entrypoint.sh