diff --git a/Procfile b/Procfile index 40de508..bd235c0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node backend/app.js \ No newline at end of file +web: cd backend && node app.js \ No newline at end of file