feat: add nixpacks.toml file
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user