mirror of
https://github.com/balkian/bitter.git
synced 2024-12-22 00:18:12 +00:00
8 lines
153 B
Groff
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"]
|