Update user-data and rearange requirements installation

This commit is contained in:
Dustin Pianalto
2019-12-25 23:41:16 -09:00
parent 83cd5046f4
commit bdaea8040a
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ WORKDIR /code
COPY requirements/base.txt .
COPY requirements/production.txt .
COPY requirements/geeksbot.txt .
RUN pip install -r production.txt
COPY requirements/geeksbot.txt .
RUN pip install -r geeksbot.txt
ENV REDIS_DB 0