diff --git a/Dockerfile b/Dockerfile index 0224b2a..a211e8a 100644 --- a/Dockerfile +++ b/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"] @@ -67,4 +67,4 @@ WORKDIR /openim # RUN ["/bin/bash"] ONBUILD RUN OS=$(get_os) && \ - ARCH=$(get_arch) \ No newline at end of file + ARCH=$(get_arch)