last test run
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 16s

This commit is contained in:
Marko Oldenburg 2024-09-26 12:29:32 +02:00
parent 45d309f2a2
commit 918b5300a1

View File

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