Remove incorrect query limit
Fix milliseconds_until_tomorrow in case of DST
Adding 1 day to a DateTime adds 24 hours, which close to DST changes can
be on the same day.
Update versions in Dockerfile
Add automatic updating of what's considered today
Add release configuration
This is just the output of
mix phx.gen.release --docker
Fix URLs for favicon and webmanifest in prod
The digested file names were not considered static by Phoenix, so we
just move them into a subdirectory.
Change day table to better match inputs
Add dynamic cross-device page updates
Move flash to the bottom of the screen
This moves it out of the way of the most common actions.