Skip to content

Instantly share code, notes, and snippets.

@yogsma
Created August 31, 2017 03:29
Show Gist options
  • Save yogsma/80251d8c43f624964cfcafc302e3400d to your computer and use it in GitHub Desktop.
Save yogsma/80251d8c43f624964cfcafc302e3400d to your computer and use it in GitHub Desktop.
FROM java:8
VOLUME /tmp
ADD Benefits.jar Benefits.jar
EXPOSE 8443
RUN bash -c 'touch /Benefits.jar'
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/Benefits.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment