Commit 36ed6a5b authored by Vayhinger's avatar Vayhinger
Browse files

Update Dockerfile paths

parent 5adcacec
...@@ -20,7 +20,8 @@ RUN apk update && \ ...@@ -20,7 +20,8 @@ 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 * /junittestlauncher/task/ ADD src /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