Skip to content

Instantly share code, notes, and snippets.

@danlei
Created August 9, 2020 15:34
Show Gist options
  • Save danlei/71856d8243c76c66481264813bb69612 to your computer and use it in GitHub Desktop.
Save danlei/71856d8243c76c66481264813bb69612 to your computer and use it in GitHub Desktop.
Camunda with root redirect
FROM camunda/camunda-bpm-platform:latest
RUN echo '<% response.sendRedirect("/camunda"); %>' > /camunda/webapps/ROOT/index.jsp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment