Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
csit
/
2ac270a8ee0ecf5357c541deb6e162b4cc26dd98
/
.
/
tests
/
vid
/
resources
/
simulators
/
Dockerfile
blob: 5aa139256910236197715e6fd62b469f41544864 [
file
] [
log
] [
blame
]
FROM frolvlad
/
alpine
-
python3
COPY SO
.
py
/
ADD
./
test_data_assets
/
/
EXPOSE
8443
CMD
[
"python"
,
"./SO.py"
,
"expected_so_requests.json"
,
"expected_so_responses.json"
]