diff options
Diffstat (limited to 'scripts/dcaegen2-services-slice-analysis-ms/Dockerfile')
-rw-r--r-- | scripts/dcaegen2-services-slice-analysis-ms/Dockerfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile b/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile deleted file mode 100644 index 52d54a57..00000000 --- a/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -FROM python:alpine3.7 - -ADD configdb-sim.py / - -ADD ./sim-data / - -RUN pip install Flask --trusted-host pypi.org --trusted-host files.pythonhosted.org - -RUN pip install requests --trusted-host pypi.org --trusted-host files.pythonhosted.org - -EXPOSE 5000 - -CMD ["flask", "run", "--host", "0.0.0.0"] - -CMD [ "python", "./configdb-sim.py" ] |