forked from viveksantayana/geas-bot
What the hell is going on!?
This commit is contained in:
parent
497441d841
commit
e47e08a272
@ -1,6 +1,6 @@
|
||||
FROM python:3.9.6-buster
|
||||
WORKDIR /usr/src/app
|
||||
COPY ./requirements.txt /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
CMD python3 -u ./bot.py
|
Loading…
Reference in New Issue
Block a user