mirror of
https://github.com/gsi-upm/senpy
synced 2026-06-02 05:21:59 +00:00
4 lines
104 B
Docker
4 lines
104 B
Docker
from python:{{PYVERSION}}-onbuild
|
|
|
|
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]
|