Hi guys, I’m trying to deploy a rails app for the first time and running into an error. I have set my fly.toml as below and also created a volume and made a change to the storage.yml file. Thank you for your time and help.

Is this an api only rails application? Using Rails for API-only Applications — Ruby on Rails Guides
assets:precompile is a part of Rails, but perhaps not for API only applications. If it isn’t needed, change fly.rake to read:
task :build