We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7111400 commit 51bc910Copy full SHA for 51bc910
heroku.yml
@@ -1,6 +1,5 @@
1
build:
2
docker:
3
- web: Dockerfile
4
-
+ worker: Dockerfile
5
run:
6
- web: npm start
+ worker: npm start
0 commit comments