JAVA-12420 Renamed docker to docker-modules
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
ADD . /project/
|
||||
ADD /build/ /project/
|
||||
ADD /output/project.jar /project/
|
||||
|
||||
ADD ssh-private-key /root/.ssh/id_rsa
|
||||
RUN git clone git@github.com:eugenp/tutorials.git
|
||||
|
||||
ARG username=$GIT_USERNAME
|
||||
ARG password=$GIT_PASSWORD
|
||||
RUN git clone https://username:password@github.com:eugenp/tutorials.git
|
||||
|
||||
VOLUME /build/ /project/
|
||||
|
||||
Reference in New Issue
Block a user