From 118f44ac70cc43b077c8a019fc0956aedbfb74ea Mon Sep 17 00:00:00 2001 From: Enzo Besnainou Date: Mon, 11 Jun 2018 02:09:34 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3c85f9..144b8a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ ADD . /app ENV LAYER13_API YourApiKey ENV TOKEN_BOT YourTokenBot +WORKDIR /app + RUN pip install -r requirements.txt -WORKDIR /app -CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT \ No newline at end of file +CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT