1
0
mirror of https://github.com/balkian/bitter.git synced 2025-08-30 07:12:20 +00:00

Drone tests, fixed get_credentials

This commit is contained in:
J. Fernando Sánchez
2016-09-15 13:56:17 +02:00
parent 17f589c710
commit 6ebb82ba54
12 changed files with 93 additions and 21 deletions

View File

@@ -3,6 +3,7 @@ From python:2.7.9-onbuild
Maintainer J. Fernando Sánchez @balkian
# RUN pip --cert cacert.pem install -r -v requirements.txt
ADD . /usr/src/app/
RUN pip install --editable .;
RUN pip install -e "/usr/src/app/[server]"
ENTRYPOINT ["bitter"]