From 181e5f7315fa2e3bd21283b7312152647f1cf272 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Sat, 2 Sep 2023 14:53:40 +0800 Subject: [PATCH] Update Dockerfile (#9) --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 51baf49..bb79da4 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -58,7 +58,7 @@ RUN /openim/tools/get_os.sh > ~/os && \ # Set directory to map logs, config files, scripts, and SDK VOLUME ["/openim", \ - "/openim/openim-server/logs", "/openim/openim-server/config", "/openim/openim-server/scripts", "/openim/openim-server/_output/bin", \ + "/openim/openim-server/logs", "/openim/openim-server/config", "/openim/openim-server/scripts", "/openim/openim-server/_output", \ "/openim/openim-chat/logs", "/openim/openim-chat/config", "/openim/openim-chat/scripts","/openim/openim-chat/_output/bin", \ "/openim/openkf/logs", "/openim/openkf/config", "/openim/openkf/scripts", "/openim/openkf/_output/bin"]