From 36d71e4ae7a9a565a98ff61af9afa6db13074cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Wed, 13 Jul 2022 13:03:27 +0800 Subject: [PATCH] fix: dockerfile (#77) --- docker-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-start.sh b/docker-start.sh index bbf4966..df5726f 100644 --- a/docker-start.sh +++ b/docker-start.sh @@ -2,7 +2,7 @@ # 修改配置文件中的连接地址 sed -i 's@localhost:389@openldap:389@g' /app/config.yml -sed -i 's@host: localhost@host: mysql@g' /aap/config.yml +sed -i 's@host: localhost@host: mysql@g' /app/config.yml # 等待依赖项初始化成功 /app/wait