diff --git a/porter.yaml b/porter.yaml index 97a095c3..f0dba012 100644 --- a/porter.yaml +++ b/porter.yaml @@ -1,6 +1,6 @@ apps: web: - run: "npm start" + run: "node index.js" worker: run: "npm start-worker"