diff --git a/Procfile b/Procfile index 683d886..2e35818 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd client && npm run build && cd .. && python app.py +web: python app.py