I am deploying a create-react-app which uses an Express server to do some server-side rendering.
I am using the cra buildpack: https://github.com/mars/create-react-app-buildpack and a Procfile with a web
process type.
I'm not sure exactly when web
processes are run. Is the Procfile just executed once when deployed?