1
0
mirror of https://github.com/balkian/bitter.git synced 2024-12-22 08:28:12 +00:00
bitter/Dockerfile

9 lines
217 B
Docker
Raw Normal View History

2016-01-14 20:41:14 +00:00
# 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"]