diff --git a/Procfile b/Procfile index 6f86b16c..4d76c4cd 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,4 @@ +# Heroku config - Specifies the commands to execute when the app starts +# See docs for more info: https://devcenter.heroku.com/articles/procfile + web: node server.js \ No newline at end of file