diff --git a/Dockerfile b/Dockerfile index 2dc00b2..d032c5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,6 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh # Festlegen des EntryPoints für das Docker-Image -ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] + +USER 26 \ No newline at end of file