Created
October 18, 2017 17:59
-
-
Save elliotforbes/bb58c62ed4aee6fa0d6fe1142ac3709d 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-jdk-alpine | |
VOLUME /tmp | |
ADD target/gs-rest-service-0.1.0.jar app.jar | |
ENV JAVA_OPTS="" | |
ENTRYPOINT exec java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment