mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-02-05 06:04:07 +08:00
update dockerfile
This commit is contained in:
parent
4d2cad5369
commit
07c6b74220
@ -5,6 +5,6 @@ WORKDIR /app
|
|||||||
COPY ./pyproject.toml ./poetry.lock* /app/
|
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 ./src ./bot.py /app/
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
CMD ["python", "bot.py"]
|
CMD ["python", "bot.py"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user