This commit is contained in:
Hans 2022-11-07 12:53:31 +01:00 committed by PlantUML
parent dcd4436fcf
commit 345e996673
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ ENTRYPOINT ["/entrypoint.sh"]
CMD ["catalina.sh", "run"]
# Openshift https://docs.openshift.com/container-platform/4.9/openshift_images/create-images.html#images-create-guide-openshift_create-images
USER root
RUN chgrp -R 0 $$CATALINA_HOME && chmod -R g=u $CATALINA_HOME
RUN chgrp -R 0 $CATALINA_HOME && chmod -R g=u $CATALINA_HOME