fix: correct template_file path to include templates/ prefix for Docker

This commit is contained in:
2026-05-14 15:39:02 +08:00
parent d0a1c3dce5
commit 0e273111a2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ DEFAULT_CONFIG = {
'result_folder': 'data/result',
'temp_folder': 'data/temp',
'template_folder': 'templates',
'template_file': '银豹-采购单模板.xls',
'template_file': 'templates/银豹-采购单模板.xls',
'processed_record': 'data/processed_files.json',
'data_dir': 'data',
'product_db': 'data/product_cache.db'