From d7c62ede3093d196819178d49597f22718d0cef8 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Mon, 13 Sep 2021 15:36:03 +0700 Subject: [PATCH] fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b324d8..246861d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ COPY . /py WORKDIR /py RUN pip3 install --upgrade pip -RUN pip3 install -U -r requirements.txt +RUN pip3 install -r requirements.txt CMD python3 -m bot