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"]