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

8 lines
168 B
Groff

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