mirror of
https://github.com/balkian/bitter.git
synced 2025-08-29 23:02:21 +00:00
First commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user