Lots of changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM base AS geeksbot
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY requirements/base.txt .
|
||||
COPY requirements/production.txt .
|
||||
COPY requirements/geeksbot.txt .
|
||||
|
||||
RUN pip install -r production.txt
|
||||
RUN pip install -r geeksbot.txt
|
||||
|
||||
CMD ["python", "-m", "geeksbot"]
|
||||
Reference in New Issue
Block a user