mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update Dockerfile
This commit is contained in:
parent
327713bad5
commit
e8b6e2a45a
@ -13,6 +13,10 @@ RUN apt update && \
|
|||||||
g++ && \
|
g++ && \
|
||||||
apt clean
|
apt clean
|
||||||
|
|
||||||
|
RUN pip install poetry
|
||||||
|
|
||||||
|
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
VOLUME /app/zhenxun/data /app/zhenxun/data
|
VOLUME /app/zhenxun/data /app/zhenxun/data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user