1
0
mirror of https://github.com/balkian/bitter.git synced 2024-09-27 18:51:42 +00:00
bitter/Dockerfile-2.7

8 lines
168 B
Groff
Raw Permalink Normal View History

2016-12-06 00:30:32 +00:00
# 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"]