mobilefish

Untitled

Oct 28th, 2019
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. FROM amazonlinux
  2. ADD hello-1.0.0.jar
  3. RUN sh -c 'touch /hello-1.0.0.jar'
  4. ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/hello-1.0.0.jar"]
Add Comment
Please, Sign In to add comment