summaryrefslogtreecommitdiffstats
path: root/tests/testserver/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testserver/Dockerfile')
-rw-r--r--tests/testserver/Dockerfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testserver/Dockerfile b/tests/testserver/Dockerfile
deleted file mode 100644
index a4db873a5d..0000000000
--- a/tests/testserver/Dockerfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# This Dockerfile is used on windows as volume sharing / mounting does not work in conjunction
-# docker-machine. Windows Update 1809 might solve some of those issues when using docker0
-# network switch, but nothing has been reported in regards to the combination with docker-machine.
-
-ARG provisioningImage
-FROM $provisioningImage
-
-# Common is used for all test images so far, no need for a variable
-COPY ./common /common
-ARG servicedir
-COPY $servicedir /service