1
0
mirror of https://github.com/balkian/bitter.git synced 2024-12-22 00:18:12 +00:00
bitter/Dockerfile
J. Fernando Sánchez d0de6c2ea9 First commit
2016-01-14 21:42:51 +01:00

9 lines
217 B
Docker

# onbuild copies . to /usr/src/app/
From python:2.7.9-onbuild
Maintainer J. Fernando Sánchez @balkian
# RUN pip --cert cacert.pem install -r -v requirements.txt
RUN pip install --editable .;
ENTRYPOINT ["bitter"]