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

This commit is contained in:
Marko Oldenburg 2024-09-26 12:32:28 +00:00
parent 0a676b3f9d
commit c423b2b801

View File

@ -16,7 +16,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
# Skript ausführbar machen # Skript ausführbar machen
RUN chmod +x /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh
# Festlegen des EntryPoints für das Docker-Image USER 26
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 26 # Festlegen des EntryPoints für das Docker-Image
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]