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

8 lines
153 B
Groff

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