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
b38a8c06f0
commit
8948b381f4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM openjdk:8
|
||||
COPY /var/lib/jenkins/workspace/sample/target/petclinic.war /opt/petclinic.war
|
||||
COPY /sample/target/petclinic.war /opt/petclinic.war
|
||||
ENTRYPOINT java -jar /opt/petclinic.war
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in a new issue