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

Added CI and tests

This commit is contained in:
J. Fernando Sánchez
2016-12-06 01:30:32 +01:00
parent 0a0d8fd5f1
commit b212a46ab7
9 changed files with 98 additions and 4 deletions

7
Dockerfile.template Normal file
View File

@@ -0,0 +1,7 @@
# onbuild copies . to /usr/src/app/
From python:{{PYVERSION}}-onbuild
Maintainer J. Fernando Sánchez @balkian
RUN pip install -e "/usr/src/app/[server]"
ENTRYPOINT ["bitter"]