aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/Dockerfile
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-10-29 21:02:25 +0100
committerThomas Duval <thomas.duval@orange.com>2017-10-29 21:02:25 +0100
commit0e46fc8f2c6a42c144f05c4e2a416fd2fb8339e1 (patch)
tree87e26e65513f417f578cd56a08763897f3af0e36 /moonv4/moon_orchestrator/Dockerfile
parent1bee8fef0c764cda4e547d11bd3567e5ac8820a7 (diff)
Update Orchestrator to use Kubernetes
Change-Id: Ib1f1fb54544e4ac985ef2063ff8114d804e83d0e
Diffstat (limited to 'moonv4/moon_orchestrator/Dockerfile')
-rw-r--r--moonv4/moon_orchestrator/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/moonv4/moon_orchestrator/Dockerfile b/moonv4/moon_orchestrator/Dockerfile
index b68c130f..70eef9a8 100644
--- a/moonv4/moon_orchestrator/Dockerfile
+++ b/moonv4/moon_orchestrator/Dockerfile
@@ -9,6 +9,7 @@ RUN pip3 install pip --upgrade
ADD . /root
WORKDIR /root/
RUN pip3 install -r requirements.txt --upgrade
+RUN pip3 install /root/dist/* --upgrade
RUN pip3 install . --upgrade
-CMD ["python3", "bootstrap.py"] \ No newline at end of file
+CMD ["python3", "-m", "moon_orchestrator"] \ No newline at end of file