feat: add nixpacks.toml file

This commit is contained in:
2026-05-25 13:23:11 +02:00
parent 7b73a1e4fd
commit 673d722a63
+12
View File
@@ -0,0 +1,12 @@
[phases.build]
cmds = [
"composer install --no-dev --prefer-dist --optimize-autoloader",
"npm ci",
"npm run build",
"php artisan config:clear",
"php artisan route:clear",
"php artisan view:clear"
]
[start]
cmd = "php artisan serve --host=0.0.0.0 --port=80"