1
0
mirror of https://github.com/balkian/bitter.git synced 2025-03-12 09:46:58 +00:00
bitter/Dockerfile.template

8 lines
163 B
Docker
Raw Permalink Normal View History

2016-12-06 01:30:32 +01:00
# onbuild copies . to /usr/src/app/
From python:{{PYVERSION}}-onbuild
Maintainer J. Fernando Sánchez @balkian
2018-03-19 14:36:05 +01:00
RUN pip install ".[server]"
2016-12-06 01:30:32 +01:00
ENTRYPOINT ["bitter"]