こーひーあーる
How can I solve this「Can't open perl script "/assets/prestart.pl": No such file or directory
Project ID: 4358cb63-ffcc-4ed0-8d93-a94e494345f2
deployment ID: fe64d2d
I'm trying to deploy a Laravel application.
Builder: Nixpacks
Providers: Php
Custom Build Command:
npm run build && composer install --optimize-autoloader --no-dev && php artisan config:cache && php artisan migrate --force
Custom Start Command: perl /assets/prestart.pl /assets/nginx.template.conf /nginx.conf && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf & php artisan inertia:start-ssr)
Build Logs is end 「Publish time: 11.75 seconds」ok,
but Deploy Logs is Can't open perl script "/assets/prestart.pl": No such file or directory
11 replies