From b970860c9a825a17b62dca6c6b965ed46036bbc8 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 9 Feb 2021 10:56:14 +0800 Subject: [PATCH] update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7f673db..1b1f4ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ COPY ./pyproject.toml ./poetry.lock* /app/ RUN poetry install --no-root --no-dev # RUN PYPPETEER_DOWNLOAD_HOST='http://npm.taobao.org/mirrors' pyppeteer-install COPY . /app/ +ENV HOST=0.0.0.0 CMD ["python", "bot.py"]