mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Dockerfile
This commit is contained in:
parent
d41d703578
commit
23c92d0f5b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM alpine/git as clone
|
||||
LABEL maintainer="mrcool435@gmail.com"
|
||||
|
||||
WORKDIR /app
|
||||
RUN echo "Switch started"
|
||||
RUN git clone https://github.com/Sanjeev435/spring-petclinic.git
|
||||
|
||||
FROM maven:3.5.4-jdk-8 as build
|
||||
|
|
Loading…
Reference in a new issue