diff --git a/nextjs-approuter/spa/README.md b/nextjs-approuter/spa/README.md index dfca452..1e3bc8d 100644 --- a/nextjs-approuter/spa/README.md +++ b/nextjs-approuter/spa/README.md @@ -1,7 +1,6 @@ # Coolify Configuration -## Server build (`./ssr`) -- Set `Build Pack` to `nixpacks` -- That's all - -## Static (SPA) build (`./spa`) +## Static build (SPA) +- Set `Build Pack` to `nixpacks`. +- Set `Output Directory` to `out`. +- That's all. \ No newline at end of file diff --git a/nextjs-approuter/ssr/README.md b/nextjs-approuter/ssr/README.md index 2d45370..18e2538 100644 --- a/nextjs-approuter/ssr/README.md +++ b/nextjs-approuter/ssr/README.md @@ -3,6 +3,3 @@ ## Server build - Set `Build Pack` to `nixpacks`. - That's all. - -## Server build (with Dockerfile) -- Set `Build Pack` to `Dockerfile`. \ No newline at end of file