<type>[optional scope]: <description>
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 18s

[optional body]

[Ticket: no]
This commit is contained in:
Marko Oldenburg 2024-09-26 12:05:14 +02:00
parent f71f796a58
commit e15ca89c3e

View File

@ -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