Guest User

Untitled

a guest
Dec 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. FROM openjdk:8u141-jdk
  2.  
  3. COPY target/demo-thorntail.jar .
  4.  
  5. CMD java ${JAVA_OPTS} -jar demo-thorntail.jar
Add Comment
Please, Sign In to add comment