Files
Sistema-Educativo-Laravel/nixpacks.toml
T
2026-05-09 15:20:23 -06:00

10 lines
529 B
TOML

[phases.build]
cmds = [
"composer install --optimize-autoloader --no-scripts",
"npm ci",
"VITE_REVERB_HOST=reverb.muronegro.cloud VITE_REVERB_PORT=443 VITE_REVERB_SCHEME=https npm run build"
]
[start]
cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M -d max_execution_time=120 artisan serve --host=0.0.0.0 --port=80"