Skip to content

Commit

Permalink
Added slim version
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Mar 19, 2021
1 parent b13a07a commit 003a5fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mar21/spc-openjdkslim/Dockerfile
@@ -0,0 +1,4 @@
FROM openjdk:8-jre-slim
ADD https://referenceappkhaja.s3-us-west-2.amazonaws.com/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar /spring-petclinic.jar
EXPOSE 8080
CMD ["java", "-jar", "/spring-petclinic.jar"]

0 comments on commit 003a5fa

Please sign in to comment.