Update Dockerfile

This commit is contained in:
fanyinrumeng 2024-12-03 17:53:21 +08:00 committed by GitHub
parent e49054b1ed
commit 327713bad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ RUN apt update && \
g++ && \
apt clean
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
RUN pip install -r requirements.txt
VOLUME /app/zhenxun/data /app/zhenxun/data