From 07c6b74220f57ca57a85ebf8e8cbd3bc16d90e73 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Thu, 21 Oct 2021 19:12:46 +0800 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e0f254..b6176f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /app 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/ +COPY ./src ./bot.py /app/ ENV HOST=0.0.0.0 CMD ["python", "bot.py"]