Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
dcaegen2
/
platform
/
configbinding
/
914d8ccb42befc04ec5b759dd84b242591bb5e91
/
.
/
Dockerfile
blob: 1163e9f4f00e7505c13180a757fc11989aa23647 [
file
] [
log
] [
blame
]
FROM python
:
3.6
MAINTAINER tommy@research
.
att
.
com
ADD
.
/
tmp
#need pip > 8 to have internal pypi repo in requirements.txt
RUN pip install
--
upgrade pip
#do the install
WORKDIR
/
tmp
RUN pip install
-
e
.
EXPOSE
10000
CMD run
.
py