Somehow this has made everything worse
This commit is contained in:
parent
3ad556bb3b
commit
497441d841
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.9.6-buster
|
FROM python:3.9.6-buster
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY ./requirements.txt /usr/src/app/
|
COPY ./requirements.txt /usr/src/app
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
CMD python3 -u ./bot.py
|
CMD python3 -u ./bot.py
|
Loading…
Reference in New Issue
Block a user