1
0
mirror of https://github.com/balkian/bitter.git synced 2025-08-29 23:02:21 +00:00

First commit

This commit is contained in:
J. Fernando Sánchez
2016-01-14 21:41:14 +01:00
commit d0de6c2ea9
14 changed files with 823 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# 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"]