updated docker file

This commit is contained in:
prasannakumar 2024-06-27 11:07:25 +05:30
commit 872b2651e8

View file

@ -11,4 +11,8 @@ COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
EXPOSE 8888
# Set the entry point to run the JAR file
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
<<<<<<< HEAD
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
=======
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
>>>>>>> 8307f0d9db8a3ee317049aaf2831afada88ce7f1