When deploying an nginx-php-fpm custom image to app platform, I get this error when launching the app and it fails to launch.
Locally it works fine through docker-compose.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Would you mind sharing the Dockerfile here so I could take a further look?
Also curious to hear why you’ve decided to go with a Dockerfile for deploying a PHP application rather than the native PHP build pack support:
https://docs.digitalocean.com/products/app-platform/reference/buildpacks/php/
Best,
Bobby