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
893fca1503
commit
01cbcbd629
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:22.04
|
||||
RUN git clone https://github.com/spring-projects/spring-petclinic.git
|
||||
RUN cd spring-petclinic
|
||||
RUN ./mvnw package
|
||||
CMD ["java" "-jar" "target/*.jar"]
|
Loading…
Reference in a new issue