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:
7
Dockerfile.template
Normal file
7
Dockerfile.template
Normal 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"]
|
Reference in New Issue
Block a user