tst
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 20s

This commit is contained in:
Marko Oldenburg 2024-09-26 12:25:00 +02:00
parent 9479f5854d
commit 198633584e

View File

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