Skip to content

Instantly share code, notes, and snippets.

@ericzumba
Created August 8, 2016 20:51
Show Gist options
  • Save ericzumba/17b1e02801ca52beb8e141198f257b33 to your computer and use it in GitHub Desktop.
Save ericzumba/17b1e02801ca52beb8e141198f257b33 to your computer and use it in GitHub Desktop.
Dockerfile hardcoded revision
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