Last active
March 28, 2018 02:57
-
-
Save aarshtalati/4f92043d8e47f1159752f20a8c88c106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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