Skip to content

Commit 5718583

Browse files
authored
Merge pull request #10 from enzobes/master
Update DockerFile
2 parents 2f16cb5 + 57e3471 commit 5718583

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ FROM python:3.4-slim-jessie
22

33
ADD . /app
44

5-
ENV LAYER13_API YourApiKey
65
ENV TOKEN_BOT YourTokenBot
76

87
WORKDIR /app
98

109
RUN pip install -r requirements.txt
1110

1211

13-
CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT
12+
CMD python3 WarezBot.py -b $TOKEN_BOT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A python based discord bot, to make it easier to get or send info to/from Layer1
2323
* Get IMDB information and ranking for a release
2424
* Get last 5 releases for a tv/movie
2525

26-
~~### Layer13~~
26+
~~Layer13~~
2727

2828
* ~~Various details about pre~~
2929
* ~~List of files available for a given release~~

0 commit comments

Comments
 (0)