3 Commits

Author SHA1 Message Date
srfsh
62f0aa1a30
add Dockerfile
This uses Python version 3.11 with Debian slim-bullseye (11).

I tried for a quite while to build it on Alpine, but Zenroom bindings
fail to work no matter what I do

It uses Uvicorn that listens on TCP over IPv4 using port 8000.

A process manager such as Gunicorn was excluded for simplicity and
can be used separetely, or orchestration can be used instead.
2023-02-10 18:47:42 +03:00
Alberto Lerda
e74b2ed725 feat: send simple command ON/OFF to machine 2023-02-09 18:55:54 +01:00
Alberto Lerda
ee81c95b32 feat: 🥳 initial version 2023-02-09 18:27:12 +01:00