Build

make build-image

Development (local)

make local-shell

Deploy and Launch (raspberry pi)

On Host

make build-image
make deploy-image

On Pi

sudo since we need to run privileged on the raspberry pi to access gpio

sudo podman load --input rasp-tank.tar.gz
sudo podman run --privileged --rm -p 9090:9090 rasp-tank