Commit 5c259e6f authored by Vayhinger's avatar Vayhinger
Browse files

Update Dockerfile

parent 4af7e529
...@@ -20,7 +20,7 @@ RUN apk update && \ ...@@ -20,7 +20,7 @@ RUN apk update && \
RUN git clone https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/junittestlauncher.git /junittestlauncher RUN git clone https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/junittestlauncher.git /junittestlauncher
#Copy student code into container #Copy student code into container
COPY src /junittestlauncher/task/ COPY /src /junittestlauncher/task/
#COPY * /junittestlauncher/task/ #COPY * /junittestlauncher/task/
#Copy trianer Unit Tests into container #Copy trianer Unit Tests into container
#To Do #To Do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment