Update Dockerfile.jetty

change user
This commit is contained in:
Hans 2022-11-07 12:34:37 +01:00 committed by PlantUML
parent a0ed47b51c
commit 7285ce1cc8
1 changed files with 1 additions and 0 deletions

View File

@ -40,3 +40,4 @@ ENTRYPOINT ["/entrypoint.sh"]
USER root
RUN chgrp -R 0 $JETTY_BASE && chmod -R g=u $JETTY_BASE
RUN chgrp -R 0 /tmp && chmod -R g=u /tmp
USER jetty