Compare commits

8 Commits
devel ... main

Author SHA1 Message Date
4a69a4f8a3 Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 23s
2024-11-29 12:45:56 +00:00
810c70eb9a Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 30s
2024-10-11 08:11:26 +00:00
b664d39a04 Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 26s
2024-09-26 18:54:25 +00:00
956eda1018 entrypoint.sh aktualisiert 2024-09-26 18:53:44 +00:00
150ae93fe7 Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 27s
2024-09-26 13:13:01 +00:00
e640923835 Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 22s
2024-09-26 13:08:20 +00:00
aefc4b01f3 Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 21s
2024-09-26 12:59:26 +00:00
2e31fb067e .gitea/workflows/build.yml aktualisiert 2024-09-26 12:58:22 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="development@cooltux.net"
ARG VERSION=16-20240926
ARG VERSION=16-20241129
# PostgreSQL-Client installieren
RUN apk update --no-cache ; \

View File

@ -24,4 +24,6 @@ if [ $? -eq 0 ]; then
else
echo "Fehler bei der Sicherung der Datenbank"
exit 1
fi
fi
exit 0