plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.65k stars 472 forks source link

Run in openshift #247

Closed hupling closed 1 year ago

hupling commented 1 year ago

closes https://github.com/plantuml/plantuml-server/issues/246

arnaudroques commented 1 year ago

Many thanks for your contribution! However, it there a typo in $$CATALINA_HOME ?

RUN chgrp -R 0 $$CATALINA_HOME && chmod -R g=u $CATALINA_HOME

hupling commented 1 year ago

Many thanks for your contribution! However, it there a typo in $$CATALINA_HOME ?

RUN chgrp -R 0 $$CATALINA_HOME && chmod -R g=u $CATALINA_HOME

@arnaudroques i fixed the typo and now your pip succeeded.