Trying to fix bizarre Requirements bug
This commit is contained in:
parent
5944f6fa85
commit
833cfb1278
@ -1,5 +1,5 @@
|
||||
FROM python:3.9.6-buster
|
||||
WORKDIR /usr/src/app
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -r ./requirements.txt
|
||||
CMD python3 -u ./bot.py
|
Loading…
Reference in New Issue
Block a user