mongodのバージョンを確認して生存確認する
This commit is contained in:
parent
ebc7380361
commit
e1be5e75b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -eu
|
||||
|
||||
test "$(docker container inspect -f '{{.State.Status}}' taiko-mongo)" = "running"
|
||||
docker exec -i taiko-mongo mongod --version
|
||||
|
||||
rm -rf ~/taiko-web-db
|
||||
git clone --depth 1 https://github.com/yuukiwww/taiko-web-db.git ~/taiko-web-db
|
||||
|
|
Loading…
Add table
Reference in a new issue