mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Added changes to docker file
This commit is contained in:
parent
a932f7cca0
commit
30d4ca4479
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM tomcat:8.0-jre7
|
||||
MAINTAINER qt@info.com
|
||||
ADD petclinic.war /
|
||||
ADD http://khajasha2.mylabserver.com:8080/job/petclinic/lastSuccessfulBuild/artifact/target/petclinic.war /
|
||||
EXPOSE 8080
|
||||
CMD ["catalina.sh", "run"]
|
||||
|
|
Loading…
Reference in a new issue