Created
December 16, 2019 16:09
-
-
Save ereshzealous/9aaf59e4fd04694ab7761ca924dee072 to your computer and use it in GitHub Desktop.
This file contains 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-jdk-alpine | |
VOLUME /c/Users/eresh.gorantla/ | |
COPY ./target/minikube-sample-0.0.1-SNAPSHOT.jar app.jar | |
ENV JAVA_OPTS="" | |
ENTRYPOINT exec java -jar app.jar --debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment