A simple RPi HVAC control frontend with React for a cafe
Steps:
docker stop react-hvac
docker rm react-hvac
sudo docker build --tag react-hvac-container -f Dockerfile . --no-cache
sudo docker run -p 3000:3000 -d --restart=always --network=nginx_proxy --name react-hvac react-hvac-container