Fly.io NextJS App Deployment

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.

Dockerfile shouldhave WORKDIR /app that you can modify

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.