mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +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
|
||||
COPY ./target/petclinic.war /opt/petclinic.war
|
||||
ENTRYPOINT java -jar /opt/petclinic.war
|
||||
EXPOSE 8080
|
||||
EXPOSE 9090
|
||||
|
|
Loading…
Reference in a new issue