mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
added ubuntu
This commit is contained in:
parent
7f20387643
commit
1d4e94e997
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
RUN apt update && apt install git -y
|
||||||
RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.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
|
||||||
|
|
Loading…
Reference in a new issue