From e1be5e75b46d2a22946c3df244b6ff15fdb87233 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Sat, 7 Dec 2024 02:12:58 +0000 Subject: [PATCH] =?UTF-8?q?mongod=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E7=A2=BA=E8=AA=8D=E3=81=97=E3=81=A6?= =?UTF-8?q?=E7=94=9F=E5=AD=98=E7=A2=BA=E8=AA=8D=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taiko-web-db-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taiko-web-db-cron.sh b/taiko-web-db-cron.sh index 0f1d9c8..74098e1 100644 --- a/taiko-web-db-cron.sh +++ b/taiko-web-db-cron.sh @@ -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