提交 7ad32c44 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

support `test` param with builder

上级 4fbee4ac
#!/bin/sh
docker build -t zixia/wechaty:test .
if [ "$1" = "test" ]; then
exec docker run -ti --rm zixia/wechaty:test test
fi
if [ "$1" = "build" ] || [ "$1" = "" ]; then
exec docker build -t zixia/wechaty:test .
fi
echo "unknown params"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册