Skip to content

Instantly share code, notes, and snippets.

@aarshtalati
Last active March 28, 2018 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarshtalati/4f92043d8e47f1159752f20a8c88c106 to your computer and use it in GitHub Desktop.
Save aarshtalati/4f92043d8e47f1159752f20a8c88c106 to your computer and use it in GitHub Desktop.
FROM openjdk:8
ADD epidemics-web.jar app.jar
ADD wrapper.sh wrapper.sh
RUN bash -c 'touch /app.war'
RUN bash -c 'chmod +x /wrapper.sh'
ENTRYPOINT ["/bin/bash", "/wrapper.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment