Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
Marko Oldenburg 2024-09-26 12:21:26 +00:00
parent ba3cf572a0
commit 0d60d53f9f

View File

@ -18,3 +18,5 @@ RUN chmod +x /usr/local/bin/entrypoint.sh
# Festlegen des EntryPoints für das Docker-Image
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 26