mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Dockerfile
This commit is contained in:
parent
f876c9419d
commit
2c3cd7192d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM openjdk:8
|
FROM openjdk:8
|
||||||
COPY ./target/petclinic.war /opt/petclinic.war
|
COPY ./target/petclinic.war /opt/petclinic.war
|
||||||
ENTRYPOINT java -jar /opt/petclinic.war
|
ENTRYPOINT java -jar /opt/petclinic.war
|
||||||
EXPOSE 8080
|
EXPOSE 9090
|
||||||
|
|
Loading…
Reference in a new issue