When I try to deploy my first NextJS app with the Fly.io deploy UI, the build image command fails. Where may I modify these commands?
Currently, it is running the command prepare /app
when it should just be prepare
as my project and required files for the build is in the root folder.