mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
6 lines
113 B
Groff
6 lines
113 B
Groff
|
from python:2.7-onbuild
|
||
|
|
||
|
RUN pip install .
|
||
|
|
||
|
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]
|