mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Dockerfile
This commit is contained in:
parent
9cd3438ae2
commit
b38a8c06f0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM openjdk:8
|
FROM openjdk:8
|
||||||
COPY /var/lib/jenkins/workspace/sample/target/petclinic.jar /opt/petclinic.ja
|
COPY /var/lib/jenkins/workspace/sample/target/petclinic.war /opt/petclinic.war
|
||||||
ENTRYPOINT java -jar /opt/petclinic.jar
|
ENTRYPOINT java -jar /opt/petclinic.war
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in a new issue