1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/Dockerfile-3.4

6 lines
113 B
Groff
Raw Normal View History

2016-12-14 16:06:50 +00:00
from python:3.4-onbuild
RUN pip install .
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]