auto-sync: 2026-04-11 21:43:36

This commit is contained in:
cfdaily
2026-04-11 21:43:36 +08:00
parent 2e5e9bf383
commit c80b353666
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -72,6 +72,6 @@ COPY --chown=vnpy:vnpy docker/entrypoint.sh /app/
RUN chmod +x /app/entrypoint.sh
COPY --chown=vnpy:vnpy scripts /app/scripts
RUN chmod +x /app/scripts/*.sh
RUN find /app/scripts -name "*.sh" -type f -exec chmod +x {} \;
ENTRYPOINT ["/app/entrypoint.sh"]