This commit is contained in:
zxce3 2021-09-13 15:36:03 +07:00
parent ca8c651250
commit d7c62ede30

View File

@ -14,6 +14,6 @@ COPY . /py
WORKDIR /py WORKDIR /py
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN pip3 install -U -r requirements.txt RUN pip3 install -r requirements.txt
CMD python3 -m bot CMD python3 -m bot