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

Compose and bug fixes

This commit is contained in:
J. Fernando Sánchez
2018-03-19 14:36:05 +01:00
parent 53bb7edabc
commit 6259013978
9 changed files with 80 additions and 29 deletions

View File

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