I’m testing one of our applications currently running at Heroku, it runs on Qovery in Buildpack mode, but the “Procfile” is not taken into account, it automatically puts Apache when I need to run it with nginx.
Is there a specific way to do this?
The Procfile file is at the root of the project and contains :
web: vendor/bin/heroku-php-nginx -C nginx_app.conf