change port

This commit is contained in:
suchita2007 2021-04-13 00:27:35 +05:30 committed by GitHub
parent 7f840daf18
commit c95623c18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM openjdk:8
ADD target/spring-petclinic-2.4.2.jar docker-spring-petclinic-boot.jar
EXPOSE 8081
EXPOSE 8080
ENTRYPOINT [ "java" , "-jar", "docker-spring-petclinic-boot.jar" ]