Skip to content

Commit

Permalink
support for other hosting platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
1Danish-00 committed Jul 27, 2021
1 parent e8d77f7 commit 98e544c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt -qq update && apt -qq install -y git wget pv jq python3-dev ffmpeg mediainfo
COPY . .
RUN pip3 install -r requirements.txt
CMD ["bash","run.sh"]
2 changes: 1 addition & 1 deletion heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
docker:
worker: Dockerfile
run:
worker: python3 -m bot
worker: bash run.sh
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 -m bot

0 comments on commit 98e544c

Please sign in to comment.