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" ]