Skip to content

Commit

Permalink
Merge pull request #10 from enzobes/master
Browse files Browse the repository at this point in the history
Update DockerFile
  • Loading branch information
enzobes committed Jul 21, 2018
2 parents 2f16cb5 + 57e3471 commit 5718583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ FROM python:3.4-slim-jessie

ADD . /app

ENV LAYER13_API YourApiKey
ENV TOKEN_BOT YourTokenBot

WORKDIR /app

RUN pip install -r requirements.txt


CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT
CMD python3 WarezBot.py -b $TOKEN_BOT
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A python based discord bot, to make it easier to get or send info to/from Layer1
* Get IMDB information and ranking for a release
* Get last 5 releases for a tv/movie

~~### Layer13~~
~~Layer13~~

* ~~Various details about pre~~
* ~~List of files available for a given release~~
Expand Down

0 comments on commit 5718583

Please sign in to comment.