- Update frontend/VERSION from 1.0.8 to 1.0.9 and add
frontend/public/version.txt
- Write new version to frontend/public/version.txt during deploy
- Serve version.txt via nginx with caching (location /version.txt)
- Dockerfile.prod updated to copy public assets (incl. version.txt) to
nginx
- Extend static asset rules to include txt files for caching
- Inject a version footer into public HTML pages and load version.txt on
load
- Load Tailwind CSS via CDN on public pages and remove CSS stylesheet
link tag