Skip to content
Snippets Groups Projects
Commit d4698f08 authored by Siegfried Albrecht's avatar Siegfried Albrecht
Browse files

cant clone to nonempty dir, so move file for checking new commits to parent folder

parent ab1504ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ RUN apt install git -y
RUN apt install -y\
python3 python3-dev gcc \
gfortran musl-dev
ADD https://git.cs.uni-paderborn.de/api/v4/projects/10127/repository/commits latest_commit
ADD https://git.cs.uni-paderborn.de/api/v4/projects/10127/repository/commits ../latest_commit
RUN git clone https://git.cs.uni-paderborn.de/sial/prioss-assignment.git .
RUN pip install -r requirements.txt
EXPOSE 8050
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment