Update build instructions for nextjs-approuter

This commit is contained in:
Andras Bacsai
2024-03-28 09:25:15 +01:00
parent c8459e5703
commit cd356ce468
2 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
# Coolify Configuration # Coolify Configuration
## Server build (`./ssr`) ## Static build (SPA)
- Set `Build Pack` to `nixpacks` - Set `Build Pack` to `nixpacks`.
- That's all - Set `Output Directory` to `out`.
- That's all.
## Static (SPA) build (`./spa`)

View File

@@ -3,6 +3,3 @@
## Server build ## Server build
- Set `Build Pack` to `nixpacks`. - Set `Build Pack` to `nixpacks`.
- That's all. - That's all.
## Server build (with Dockerfile)
- Set `Build Pack` to `Dockerfile`.