This project is a dockerized version of the original project Lookbusy by Devin https://devin.com/lookbusy/
Clone this project into your folder, then run
docker build . -t lookbusy
docker run -d --name lookbusy --restart=always -v ./start.sh:/app/start.sh lookbusy
docker compose up -d