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
## 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.

View File

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