diff --git a/Dockerfile b/Dockerfile index a211e8a..d6d0eb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,8 +58,8 @@ 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", \ - "/openim/openim-chat/logs", "/openim/openim-chat/config", "/openim/openim-chat/scripts","/openim/openim-chat/_output/bin", \ + "/openim/openim-server/logs", "/openim/openim-server/config", "/openim/openim-server/scripts", "/openim/openim-server/_output/logs", \ + "/openim/openim-chat/logs", "/openim/openim-chat/config", "/openim/openim-chat/scripts","/openim/openim-chat/_output/logs", \ "/openim/openkf/logs", "/openim/openkf/config", "/openim/openkf/scripts", "/openim/openkf/_output/bin"] WORKDIR /openim