Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
e466145e1c1e359a388f3bd2e15130941ac76c1e
/
.
/
test
/
mocks
/
datafilecollector-testharness
/
mr-sim
/
Dockerfile
blob: 5341bb074acaa88468c277b47ef2992735087e50 [
file
] [
log
] [
blame
]
FROM python
:
3.6
-
alpine
COPY
.
/
app
WORKDIR
/
app
RUN pip install
-
r requirements
.
txt
EXPOSE
2222