This release adds:
- Upgrading to Rails 7 (#79)
- Moving the app to be hosted within Docker (#81)
- Misc fixes (#80, #83)
- Getting static mode to work reliably again (#84)
With this release, we've now achieved a "known good" state which I can feel confident that a) there's a test suite that passes, and b) the entire functionality of the app has been encapsulated into a single artifact, which can be invoked via the docker images.
i.e. this release in particular can be fetched by running:
docker pull ghcr.io/phillmv/arquivo:sha-5dcee73ac470e37486c35df26581f5dfe58cfccb
That's pretty rad!