Skip to content
Snippets Groups Projects
Commit 519a9956 authored by Michael Simon's avatar Michael Simon
Browse files

change git URL

parent 251da897
No related branches found
No related tags found
No related merge requests found
FROM alpine/git AS clone
WORKDIR /app
RUN git clone https://git.scc.kit.edu/simon/reg-app.git
RUN git clone https://git.scc.kit.edu/reg-app/reg-app.git
WORKDIR /app/reg-app
RUN git checkout tags/2.7.5 -b branch-2.7.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment