Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored and arnaudroques committed Nov 7, 2022
1 parent dcd4436 commit 345e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tomcat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 345e996

Please sign in to comment.