弃用entrypoint.sh

This commit is contained in:
infinitycat
2025-04-02 16:53:43 +08:00
parent 1934aa30f2
commit 442b206560
2 changed files with 1 additions and 59 deletions

View File

@@ -18,7 +18,4 @@ COPY . .
EXPOSE 8000
RUN chmod +x /MaiMBot/entrypoint.sh
ENTRYPOINT ["/MaiMBot/entrypoint.sh"]
CMD [ "python","bot.py" ]
ENTRYPOINT [ "python","bot.py" ]