From 0e46fc8f2c6a42c144f05c4e2a416fd2fb8339e1 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Sun, 29 Oct 2017 21:02:25 +0100 Subject: Update Orchestrator to use Kubernetes Change-Id: Ib1f1fb54544e4ac985ef2063ff8114d804e83d0e --- moonv4/moon_orchestrator/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'moonv4/moon_orchestrator/Dockerfile') 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 -- cgit 1.2.3-korg