modify scripts

This commit is contained in:
oscarz
2025-05-19 16:04:32 +08:00
parent 72b4d589c8
commit d252009356
3 changed files with 44 additions and 5 deletions

View File

@ -35,5 +35,6 @@ RUN git config --global user.name "oscar" && \
# COPY FutuOpenD.tar.gz /root/
# RUN tar -xzf /root/FutuOpenD.tar.gz -C /root/ && rm /root/FutuOpenD.tar.gz
# 启动时进入 bash 交互模式
CMD ["/bin/bash"]
# 使用 ENTRYPOINT 启动 Stash
ENTRYPOINT ["stash"]
#CMD ["start"] # 或其他启动参数