diff --git a/Dockerfile b/Dockerfile index c39b653..94c112b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY main.py . RUN pip install pyTelegramBotAPI requests html2text -ENTRYPOINT ["python", "main.py"] \ No newline at end of file +CMD ["python", "main.py", "${telegramtoken}", "${misskeybot}"] \ No newline at end of file