This commit is contained in:
2023-09-09 23:01:43 +08:00
parent 3b61affdbe
commit 026cdf671e
+1 -1
View File
@@ -9,4 +9,4 @@ COPY main.py .
RUN pip install pyTelegramBotAPI requests html2text RUN pip install pyTelegramBotAPI requests html2text
CMD ["python", "main.py", "telegramtoken". "misskeybot"] ENTRYPOINT ["python", "main.py"]