1 Star 0 Fork 0

懂不能懂/testalauda

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
circle.yml 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
tifayuki 提交于 2014-09-05 04:53 +08:00 . add missing create_db.sh
machine:
services:
- docker
dependencies:
override:
- docker build -t wordpress .
test:
override:
- docker run -d -p 80:80 wordpress; sleep 30
- curl --retry 10 --retry-delay 5 -L -I http://localhost | grep "200 OK"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/295047320/testalauda.git
[email protected]:295047320/testalauda.git
295047320
testalauda
testalauda
master

搜索帮助