Update Dockerfile

This commit is contained in:
Soulter
2023-12-28 12:57:53 +08:00
committed by GitHub
parent 71f4998458
commit bac4c069d7
+1 -2
View File
@@ -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" ]
CMD [ "python", "main.py" ]