Skip to content

Commit 78e200b

Browse files
committed
Add Procfile and run command
1 parent 8d124fa commit 78e200b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bot: python bot/bot_main.py

heroku.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build:
22
docker:
3-
worker: Dockerfile
3+
bot: Dockerfile
4+
run:
5+
bot: python bot/bot_main.py

0 commit comments

Comments
 (0)