I have aporcfile, it is found during the build with
worker: python app.py
But when starting the deployment it always fails.
Why ?
I’m stucked.
Kind regards
Antoine
I have aporcfile, it is found during the build with
worker: python app.py
But when starting the deployment it always fails.
Why ?
I’m stucked.
Kind regards
Antoine
Help please…
Hi!
Can you try to override the run command in your service configuration form and add python app.py
to it?
Let me know.
looks better.
Thank you David
Do you have an explanation for this ?
We only support web prefixes for the procfile.
I will check with the team if we can expand on this quickly.
thank you very much !