chore: docker添加logs挂载声明 (#202)

This commit is contained in:
Night-stars-1 2023-11-24 15:56:36 +08:00 committed by GitHub
parent fe7d6cf800
commit 137b9afb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,6 @@ RUN pdm install --prod
VOLUME ["./data", "/srv/data"]
VOLUME ["./logs", "/srv/logs"]
CMD ["pdm", "run", "python", "miuitask.py"]