优化包的保存方式

This commit is contained in:
2024-08-09 09:19:02 +08:00
parent dcf9c80256
commit 42c4aba1f7
4 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ services:
volumes:
- ./log:/app/log
- ./model:/app/model
- ./packages:/app/packages
restart: always
command: [ "photo_review.py", "--clean", "True" ]
deploy: