From bac4c069d7f897a40e5b1a0306ef7d83cdfb2190 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:57:53 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index baba35c6c..98cff5389 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,5 @@ WORKDIR /AstrBot COPY . /AstrBot/ RUN python -m pip install -r requirements.txt -RUN python -m pip install -CMD [ "python", "main.py" ] \ No newline at end of file +CMD [ "python", "main.py" ]