1
0
mirror of https://github.com/balkian/bitter.git synced 2024-09-27 18:51:42 +00:00
bitter/Dockerfile.template
J. Fernando Sánchez 6259013978 Compose and bug fixes
2018-03-19 14:36:25 +01:00

8 lines
163 B
Docker

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