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