1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00
senpy/Dockerfile.template
2016-09-20 20:55:59 +02:00

4 lines
104 B
Docker

from python:{{PYVERSION}}-onbuild
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]