From 026cdf671ec5dd1ef9d29c58093b0ba6f0e4d0d7 Mon Sep 17 00:00:00 2001 From: laoxong Date: Sat, 9 Sep 2023 23:01:43 +0800 Subject: [PATCH] Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2471ba8..c39b653 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY main.py . RUN pip install pyTelegramBotAPI requests html2text -CMD ["python", "main.py", "telegramtoken". "misskeybot"] \ No newline at end of file +ENTRYPOINT ["python", "main.py"] \ No newline at end of file