Added run statement to heroku.yml

This commit is contained in:
Isaac Abadi
2021-09-21 20:49:38 -06:00
parent 25aac19cfb
commit 08027a5c0b

View File

@@ -1,3 +1,5 @@
build:
docker:
web: Dockerfile.heroku
web: Dockerfile.heroku
run:
web: npm start