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