There was an error while loading. Please reload this page.
1 parent 3a81b05 commit 6eff35aCopy full SHA for 6eff35a
1 file changed
hack/docker-run.sh
@@ -70,7 +70,7 @@ start_container() {
70
# 启动容器前先删除旧容器
71
remove_container "$1"
72
# 之后更新 image
73
- sh image-refresh.sh "$1"
+ bash image-refresh.sh "$1"
74
75
local service_name="$1"
76
echo "serverice_name is ${service_name}"
0 commit comments