summaryrefslogtreecommitdiffstats
path: root/tests/testserver/Dockerfile
blob: a4db873a5d8665a275ebc8dba6e7c6a9ceaf70a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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