mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
change port
This commit is contained in:
parent
7f840daf18
commit
c95623c18d
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue