diff --git a/Procfile b/Procfile index b0bfe0d..c9632c8 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: honcho -f ProcfileHoncho start +web: cd lowcarb-frontend && npm install && npm start diff --git a/ProcfileHoncho b/ProcfileHoncho deleted file mode 100644 index 8f68d8c..0000000 --- a/ProcfileHoncho +++ /dev/null @@ -1,2 +0,0 @@ -python: bash ./run.sh -node: cd lowcarb-frontend && npm install && npm start