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.
App Platform has limited support for Procfile currently. If you have a Procfile with a web command, it will be used as the Run Command for the component. You’ll notice that after selecting your repo and branch the web command will automatically be placed in the Run Command field.
You can always use the Run Command field to set the entrypoint you need.
👋🏼 @Nikasa1889
App Platform has limited support for Procfile currently. If you have a Procfile with a
web
command, it will be used as the Run Command for the component. You’ll notice that after selecting your repo and branch theweb
command will automatically be placed in the Run Command field.You can always use the Run Command field to set the entrypoint you need.