We switched to using a Dockerfile instead. But we are now facing new issues with the deployment on Qovery.
When testing the Dockerfile locally (with docker build and docker run), everything works as expected. However, when deploying on Qovery, the pods keep failing and the deployment fails. The error message says “look at the report above to understand why”, but I cannot find any information that can help me.
Could you tell me what’s the issue / How can I find the error ?
Thank you
If my understanding is correct, your app is ready to be ran with Docker. But looking at your app settings, it’s still configured to use Buildpacks, is it normal?
You should be able to see the error from your application logs (as the issue is happening once your app is trying to start).
On your app logs, you can filter per pod (as new version and old version will live together during the deployment) selecting the one failing (the new one) so you won’t get flooded