mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added ubuntu
This commit is contained in:
parent
01cbcbd629
commit
7f20387643
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
RUN git clone https://github.com/spring-projects/spring-petclinic.git
|
RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git
|
||||||
RUN cd spring-petclinic
|
RUN cd spring-petclinic
|
||||||
RUN ./mvnw package
|
RUN ./mvnw package
|
||||||
CMD ["java" "-jar" "target/*.jar"]
|
CMD ["java" "-jar" "target/*.jar"]
|
Loading…
Reference in a new issue