1
0
mirror of https://github.com/balkian/bitter.git synced 2024-12-22 00:18:12 +00:00
bitter/Dockerfile.template
J. Fernando Sánchez b212a46ab7 Added CI and tests
2016-12-06 01:30:32 +01:00

8 lines
178 B
Docker

# 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"]