1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-10 12:12:26 +00:00

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

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