Docker(3)

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