mobilefish

Untitled

Oct 30th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. FROM amazoncorretto:latest
  2. ADD hello-1.0.0.jar /tmp
  3. WORKDIR /tmp
  4. RUN yum update -y
  5. RUN yum install -y python3-pip && pip3 install awscli --upgrade --user
  6. RUN yum install -y awslogs
  7.  
  8. ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","hello-1.0.0.jar"]
Add Comment
Please, Sign In to add comment