Skip to content

Commit

Permalink
service type for heroku is web
Browse files Browse the repository at this point in the history
  • Loading branch information
nionata committed Apr 16, 2020
1 parent 5c3d907 commit 4c3cbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/heroku.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
docker:
compile: Dockerfile
web: Dockerfile
run:
compile: ["node", "app.js"]
web: ["node", "app.js"]

0 comments on commit 4c3cbaa

Please sign in to comment.