Bash: web:: command not found

i tried to publish flask webapp on render but this error happens bash: web:: command not found

this is my code for Procfile
bash: web:: command not found

Hi,

Render doesn’t support Procfiles. The command you want is probably the part after web:

Alan