Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 31s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 31s
This commit is contained in:
parent
0a676b3f9d
commit
c423b2b801
@ -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"]
|
Loading…
Reference in New Issue
Block a user