diff options
Diffstat (limited to 'moon_orchestrator/Dockerfile')
-rw-r--r-- | moon_orchestrator/Dockerfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/moon_orchestrator/Dockerfile b/moon_orchestrator/Dockerfile deleted file mode 100644 index 7c59efb5..00000000 --- a/moon_orchestrator/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -FROM python:3.6 - -LABEL Name=Orchestrator -LABEL Description="Orchestrator component for the Moon platform" -LABEL Maintainer="Thomas Duval" -LABEL Url="https://wiki.opnfv.org/display/moon/Moon+Project+Proposal" - -USER root - -ADD . /root -WORKDIR /root/ -RUN pip3 install --no-cache-dir -r requirements.txt -RUN pip3 install --no-cache-dir . - -CMD ["python3", "-m", "moon_orchestrator"]
\ No newline at end of file |