From 4c3cbaa2e8d203f72e026b151e2c15592d5eabeb Mon Sep 17 00:00:00 2001 From: nionata Date: Thu, 16 Apr 2020 01:57:13 -0400 Subject: [PATCH] service type for heroku is web --- compile/heroku.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile/heroku.yml b/compile/heroku.yml index 6cb6ac2a..bd84a5a6 100644 --- a/compile/heroku.yml +++ b/compile/heroku.yml @@ -1,5 +1,5 @@ build: docker: - compile: Dockerfile + web: Dockerfile run: - compile: ["node", "app.js"] \ No newline at end of file + web: ["node", "app.js"] \ No newline at end of file