Monitor your projects lighthouse score
set URL environment variable
run npm start
note the outputted ID, set ID={your-id} as environemnt var on next launch to keep history
docker build -t lightmon .
docker run -e "URL=https://google.com" -e "ID={my-id} -t lightmon"
set URL and ID values in docker-compose.yml
docker-compose build && docker-compose up
curl {host}:4711
Open up {host}:4711/results in a browser