auto-sync: 2026-04-28 08:53:28

This commit is contained in:
cfdaily
2026-04-28 08:53:28 +08:00
parent 58efef8b68
commit 248ba3f5db
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -86,5 +86,9 @@ RUN chmod +x /app/entrypoint.sh
COPY --chown=vnpy:vnpy scripts /app/scripts
RUN find /app/scripts -name "*.sh" -type f -exec chmod +x {} \;
# 目录名含连字符不能做Python包,重命名为下划线
RUN if [ -d /app/scripts/backtest-service ]; then mv /app/scripts/backtest-service /app/scripts/backtest_service; fi
# 创建日志和回测结果目录
RUN mkdir -p /app/logs /app/backtest_jobs
ENTRYPOINT ["/app/entrypoint.sh"]
+1
View File
@@ -5377,5 +5377,6 @@