mirror of
https://github.com/balkian/bitter.git
synced 2024-12-22 00:18:12 +00:00
8 lines
163 B
Docker
8 lines
163 B
Docker
# onbuild copies . to /usr/src/app/
|
|
From python:{{PYVERSION}}-onbuild
|
|
Maintainer J. Fernando Sánchez @balkian
|
|
|
|
RUN pip install ".[server]"
|
|
|
|
ENTRYPOINT ["bitter"]
|