64 Star 142 Fork 72

海风 / hfpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 196 Bytes
一键复制 编辑 原始数据 按行查看 历史
海风 提交于 2021-05-21 14:22 . 更新:dockerfile
FROM haifengat/hfpy:20210429
WORKDIR /hfpy
COPY hfpy ./hfpy/
COPY strategies/SMA* ./strategies/
COPY main.py .
# 添加默认策略
ENV strategy_names SMACross
ENTRYPOINT [ "python", "main.py" ]
Python
1
https://gitee.com/haifengat/hfpy.git
git@gitee.com:haifengat/hfpy.git
haifengat
hfpy
hfpy
master

搜索帮助