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