Right now the dockerfile setup is pretty annoying for a few reasons:
It relies on caching build stages for the build not to take forever. This works, but I'd rather not rely on it. Better if the caching were a bit more explicit and maybe a bit more extensive
It only builds from git, so you can't really test things locally without pushing them. That is pretty horrible
Right now the dockerfile setup is pretty annoying for a few reasons: