update docker files

This commit is contained in:
felinae98
2021-11-25 14:39:56 +08:00
parent dd996ce691
commit 4c9de7dc73
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ 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
ENV HK_REPORTER_BROWSER=local:/usr/bin/chromium
ENV BISON_BROWSER=local:/usr/bin/chromium
ADD src /app/src
ADD bot.py /app/
ENV HOST=0.0.0.0