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