I just deployed a new app to run our workers using bree and I am receiving this error immediately after a deployment:
fatal: not a git repository (or any of the parent directories): .git
This deployment is identical to some other apps, it the same fly toml / dockerfile as some other apps that run from the same project within a monorepo.
That looks like it’s coming from the app itself. That listening on ... DNS line is the last thing we do, everything else comes from the Docker image / app itself.
You can try building and running locally to see if the same thing happens: