mirror of
https://github.com/balkian/bitter.git
synced 2024-12-22 00:18:12 +00:00
9 lines
217 B
Docker
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"]
|