mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
added ubuntu
This commit is contained in:
parent
737979466f
commit
afd4023fdd
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ 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 cd spring-petclinic-jenkins
|
||||
RUN ./mvnw package
|
||||
CMD ["java" "-jar" "target/*.jar"]
|
||||
RUN mvn package
|
||||
CMD ["java" , "-jar" , "target/*.jar"]
|
Loading…
Reference in a new issue