The (very good) guide to Mastodon deployment at https://github.com/mitchellurgero/fediwiki/blob/master/mastodon_install.md#BuildMastodon includes the steps:
> 7. docker-compose run --rm web rails assets:precompile
> Precompile the asset cache for SPEED.
> 8. docker-compose build
> Needed again after the precompile command always.
I'm confused about the rebuild after precompile. If you run the compile inside the container why is a rebuild needed?