diff options
Diffstat (limited to 'moon_pythonfunctest/Dockerfile')
-rw-r--r-- | moon_pythonfunctest/Dockerfile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/moon_pythonfunctest/Dockerfile b/moon_pythonfunctest/Dockerfile deleted file mode 100644 index 8ae093b8..00000000 --- a/moon_pythonfunctest/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM python:3 - -WORKDIR /usr/src/app -RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient - -ADD . /root -WORKDIR /root - -CMD /bin/bash /root/run_func_test.sh |