HI! I’m new here on Koyeb.
Received error during runtime of FastAPI application:
Executable not found. This usually indicates that the command used to launch the application cannot be found. Check that the command used to launch your application is correct.
But here’s the setup from a github repository with dockerfile:
Builder type: Dockerfile
Command: gunicorn main:app -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000 --reload
Autodeploy: true
Privileged: true
What can it be?