1 Star 0 Fork 115

shawn / fastapi-vue-blog

forked from Hendy.xu / fastapi-vue-blog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
launcher.sh 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hendy.xu 提交于 2022-03-09 13:59 . 1.fix bug
#!/bin/bash
docker-compose -f webappSimple-compose.yml up -d --build
sleep 1
echo "Prepare initialization data. Please wait ..."
sleep 6
docker-compose -f webappSimple-compose.yml exec webapp python db/init_db.py
sleep 2
docker-compose -f webappSimple-compose.yml restart
sleep 2
docker-compose -f webappSimple-compose.yml ps
Python
1
https://gitee.com/wx_3d25ad0b9a/fastapi-vue-blog.git
git@gitee.com:wx_3d25ad0b9a/fastapi-vue-blog.git
wx_3d25ad0b9a
fastapi-vue-blog
fastapi-vue-blog
master

搜索帮助