From c423b2b801289f4d18ef427eebbbcc4cbc83baa9 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 26 Sep 2024 12:32:28 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83c3b4c..ceb09ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh # Skript ausführbar machen RUN chmod +x /usr/local/bin/entrypoint.sh -# Festlegen des EntryPoints für das Docker-Image -ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] +USER 26 -USER 26 \ No newline at end of file +# Festlegen des EntryPoints für das Docker-Image +ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] \ No newline at end of file