Somehow this has made everything worse

This commit is contained in:
Vivek Santayana 2021-08-04 15:04:47 +01:00
parent 3ad556bb3b
commit 497441d841

View File

@ -1,6 +1,6 @@
FROM python:3.9.6-buster
WORKDIR /usr/src/app
COPY ./requirements.txt /usr/src/app/
COPY ./requirements.txt /usr/src/app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD python3 -u ./bot.py