mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
update dockerfile
This commit is contained in:
parent
efc599f35c
commit
b970860c9a
@ -8,4 +8,5 @@ COPY ./pyproject.toml ./poetry.lock* /app/
|
|||||||
RUN poetry install --no-root --no-dev
|
RUN poetry install --no-root --no-dev
|
||||||
# RUN PYPPETEER_DOWNLOAD_HOST='http://npm.taobao.org/mirrors' pyppeteer-install
|
# RUN PYPPETEER_DOWNLOAD_HOST='http://npm.taobao.org/mirrors' pyppeteer-install
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
ENV HOST=0.0.0.0
|
||||||
CMD ["python", "bot.py"]
|
CMD ["python", "bot.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user