57 Star 518 Fork 246

pythonstock / stock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
freegolang 提交于 2023-06-02 08:41 . first commit
#!/bin/sh
DOCKER_TAG=pythonstock/pythonstock:latest
sudo rm -rf data
sudo rm -f jobs/nohup.out
echo " docker build -f Dockerfile -t ${DOCKER_TAG} ."
docker build -f Dockerfile -t ${DOCKER_TAG} .
echo "#################################################################"
echo " docker push ${DOCKER_TAG} "
mkdir data
Python
1
https://gitee.com/pythonstock/stock.git
git@gitee.com:pythonstock/stock.git
pythonstock
stock
stock
master

搜索帮助