renatoalvarez
Explore posts from serversartisan queue
I tried this:
NIXPACKS_START_CMD=([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf) && (php artisan queue:work)
Without sucess
12 replies