Skip to content

Instantly share code, notes, and snippets.

@xstefank
Created December 14, 2018 12:49
Show Gist options
  • Save xstefank/a0264f5373b049001761ec8f5ee80088 to your computer and use it in GitHub Desktop.
Save xstefank/a0264f5373b049001761ec8f5ee80088 to your computer and use it in GitHub Desktop.
FROM openjdk:8u141-jdk
COPY target/demo-thorntail.jar .
CMD java ${JAVA_OPTS} -jar demo-thorntail.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment