diff options
author | 2018-02-19 15:34:12 +0000 | |
---|---|---|
committer | 2018-02-19 15:34:12 +0000 | |
commit | e36a301b551e454ea8c28aa2beefd8f535d8f6fe (patch) | |
tree | c5e7fae4158b6c33b029a5397021e16731ace6d8 /moon_forming/Dockerfile | |
parent | f4c44ba00f07c75099fbf0316c9e3bc53b83f30d (diff) | |
parent | b38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (diff) |
Merge "Add the moon_pythonfunctest container to perform functionnal tests"
Diffstat (limited to 'moon_forming/Dockerfile')
-rw-r--r-- | moon_forming/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/moon_forming/Dockerfile b/moon_forming/Dockerfile index 74616c89..ffae02c5 100644 --- a/moon_forming/Dockerfile +++ b/moon_forming/Dockerfile @@ -3,9 +3,7 @@ FROM python:3 WORKDIR /usr/src/app RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient -ENV COMMAND "config" - ADD . /root WORKDIR /root -CMD /bin/bash /root/switch.sh ${COMMAND} +CMD /bin/bash /root/config_moon.sh |