Skip to content

Instantly share code, notes, and snippets.

@menski
Last active September 17, 2015 09:01
Show Gist options
  • Select an option

  • Save menski/0739f1c2bbc3ccd948b5 to your computer and use it in GitHub Desktop.

Select an option

Save menski/0739f1c2bbc3ccd948b5 to your computer and use it in GitHub Desktop.

Revisions

  1. menski revised this gist Sep 17, 2015. 2 changed files with 5 additions and 2 deletions.
    5 changes: 5 additions & 0 deletions Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    FROM camunda/camunda-bpm-platform:latest

    RUN rm /camunda/webapps/camunda-invoice

    ADD my.war /camunda/webapps/my.war
    2 changes: 0 additions & 2 deletions docker.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +0,0 @@
    docker pull camunda/camunda-bpm-platform:latest
    docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest
  2. menski created this gist Sep 17, 2015.
    2 changes: 2 additions & 0 deletions docker.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    docker pull camunda/camunda-bpm-platform:latest
    docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest