Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Sep 2, 2023
1 parent 4f36f34 commit bb65d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand All @@ -67,4 +67,4 @@ WORKDIR /openim
# RUN ["/bin/bash"]

ONBUILD RUN OS=$(get_os) && \
ARCH=$(get_arch)
ARCH=$(get_arch)

0 comments on commit bb65d1a

Please sign in to comment.