Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
csit
/
eeea948482f30782bde5c06dad1b008b9ea7dbdc
/
.
/
scripts
/
dcaegen2-services-son-handler
/
sonhandler
/
Dockerfile
blob: 688a2fe0fe325737f401c04c5528cbb5d9eaa3ed [
file
] [
log
] [
blame
]
FROM python
:
alpine3
.
7
ADD configdb
-
oof
-
sim
.
py
/
ADD
./
sim
-
data
/
RUN pip install
Flask
RUN pip install requests
EXPOSE
5000
CMD
[
"flask"
,
"run"
,
"--host"
,
"0.0.0.0"
]
CMD
[
"python"
,
"./configdb-oof-sim.py"
]