Buildpack Heroku Nginx

Hi,

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

Thanks

Hi @jeremy_gaudin ,

I recommend this thread.

Hi,

Thanks for the reply, but i need to this works with a buidlpack.

We planned to officially deprecate Buildpacks in the coming days.

1 Like

Ok Thanks i will check to sort out with dockerfile.

Best

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.