mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update Dockerfile
This commit is contained in:
parent
96f13b9cb6
commit
f6cc4088b0
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ WORKDIR /app/petclinic
|
||||||
|
|
||||||
COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
|
COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 8888
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
|
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
|
||||||
|
|
Loading…
Reference in a new issue