35 Star 220 Fork 58

泡泡机不冒泡了 / Artipub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker_init.sh 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# replace original url to new one
if [ "${ARTIPUB_API_ADDRESS}" = "" ];
then
:
else
jspath=`ls /frontend/umi.*.js`
sed -i "s?http://localhost:3000?${ARTIPUB_API_ADDRESS}?g" ${jspath}
fi
# start frontend
nginx -s stop | true
nginx
# start backend
npm run prod
JavaScript
1
https://gitee.com/tanliyuan/artipub.git
git@gitee.com:tanliyuan/artipub.git
tanliyuan
artipub
Artipub
master

搜索帮助