From c7afdf5b88573d4050f0cb06e7b24ae0dba0b777 Mon Sep 17 00:00:00 2001 From: laoxong Date: Sat, 9 Sep 2023 23:10:28 +0800 Subject: [PATCH] Docker(4) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94c112b..fc01c3c 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 +CMD ["python", "main.py", "$telegramtoken", "$misskeybot"] \ No newline at end of file