Periodically screen-scrapes spaceflightnow.com and lists launches on the Space Coast making the list available as an HTML page.
dotnet build
dotnet run --project Launches
In addition to the command below review ./publish.sh for creating container with version tag.
docker compose build
docker compose up -d