fix(docker): 补 COPY auto_put_ad/ 目录,修复 ODPSClient.execute_sql AttributeError
data_query.py 动态导入 auto_put_ad/odps_module.py 中的 ODPSClient,
该类提供 execute_sql 方法用于 ODPS 数据查询。容器之前未复制此目录,
导致运行时 fallback 到 auto_put_ad_mini/tools/odps_module.py(无此方法),
触发 AttributeError: 'ODPSClient' object has no attribute 'execute_sql'。
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>