auto-sync: 2026-04-11 21:43:36
This commit is contained in:
@@ -64209,3 +64209,4 @@ fatal: refusing to merge unrelated histories
|
|||||||
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
||||||
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
||||||
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
||||||
|
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
|
||||||
|
|||||||
+1
-1
@@ -72,6 +72,6 @@ COPY --chown=vnpy:vnpy docker/entrypoint.sh /app/
|
|||||||
RUN chmod +x /app/entrypoint.sh
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
COPY --chown=vnpy:vnpy scripts /app/scripts
|
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"]
|
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||||
|
|||||||
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user