mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
update dockerfile
This commit is contained in:
@@ -15,6 +15,7 @@ RUN poetry add nonebot-plugin-sentry && \
|
||||
RUN poetry install --no-dev --no-root
|
||||
RUN playwright install chromium
|
||||
ADD src /app/src
|
||||
RUN echo 'DATASTORE_DATA_DIR=/data' > .env
|
||||
ENV HOST=0.0.0.0
|
||||
CMD ["python", "bot.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user