scripts running on raspberry pi
sudo apt install python3 python3-dev python3-pip
sudo pip3 install mfrc522 RPi.GPIO
sudo pip3 install pi-rc522
sudo apt install docker.io
sudo apt install docker-compose
cd /home/pi
git clone https://github.com/coypos/coypos-ui
sudo nano ~/.config/lxsession/LXDE-pi/autostart
@chromium-browser --start-fullscreen --start-maximized http://localhost:8080/
sudo python3 /home/pi/Desktop/rfid_read.py &