Skip to content

Commit

Permalink
add flag to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
enzobes committed Jun 9, 2018
1 parent b4f22ff commit 86100d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ FROM python:3.4-slim-jessie
ADD . /app

ENV LAYER13_API YourApiKey
ENV TOKEN_BOT YourTokenBot

RUN pip install discord.py requests datetime

WORKDIR /app

CMD python3 WarezBot.py -k $LAYER13_API
CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT

0 comments on commit 86100d8

Please sign in to comment.