This error is saying it doesn’t know how to build your app. You can try one of two things:
- Clone the app, run
fly launch
in the app directory. This will generate either a Dockerfile or afly.toml
that has build instructions - Change your deploy command to
fly deploy --nixpacks
: Build images with nixpacks