main #3

Merged
marko merged 12 commits from main into devel 2024-09-26 12:57:16 +00:00
Showing only changes of commit 0d60d53f9f - Show all commits

View File

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