Created
August 8, 2016 20:51
-
-
Save ericzumba/17b1e02801ca52beb8e141198f257b33 to your computer and use it in GitHub Desktop.
Dockerfile hardcoded revision
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 java:8-alpine | |
WORKDIR /vivareal | |
COPY build/libs/example-1.0.jar example.jar | |
COPY scripts/run run | |
ENTRYPOINT ["/vivareal/run"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment