Skip to content

Commit

Permalink
Update Dockerfile (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Sep 2, 2023
1 parent bb65d1a commit 181e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/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 Down

0 comments on commit 181e5f7

Please sign in to comment.