Update Dockerfile

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

View File

@ -13,6 +13,10 @@ RUN apt update && \
g++ && \
apt clean
RUN pip install poetry
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
RUN pip install -r requirements.txt
VOLUME /app/zhenxun/data /app/zhenxun/data