deploy-code-server
deploy-code-server copied to clipboard
Base install does not contain a Procfile for heroku
I cloned the repo and added python buildpack.
When I try to spin up a dyno, I am getting an error for no Procfile but I don't understand what to put in the procfile, pointing it to the install locations is not working.
Edit:
from base install, no Procfile is created.
What should I put in Procfile? Pointing it to install locations shown in the logs results in No File or Folder with that name found.
Please advise.