Skip to content

Instantly share code, notes, and snippets.

@JacobASeverson
Created May 14, 2015 14:31
Show Gist options
  • Save JacobASeverson/856d76a1ab8be07772e0 to your computer and use it in GitHub Desktop.
Save JacobASeverson/856d76a1ab8be07772e0 to your computer and use it in GitHub Desktop.
FROM java:8
VOLUME /tmp
ADD grails-lattice-app-0.1.jar app.jar
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-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