Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
  • Loading branch information
cubxxw committed Dec 16, 2023
1 parent 597dc01 commit afbc8f3
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 @@ -43,6 +43,6 @@ WORKDIR ${CHAT_WORKDIR}
COPY --from=builder ${OPENIM_CHAT_BINDIR} /openim/openim-chat/_output/bin
COPY --from=builder ${CHAT_WORKDIR}/config /openim/openim-chat/config
COPY --from=builder ${CHAT_WORKDIR}/scripts /openim/openim-chat/scripts
COPY --from=builder ${SERVER_WORKDIR}/deployments /openim/openim-server/deployments
COPY --from=builder ${CHAT_WORKDIR}/deployments /openim/openim-chat/deployments

CMD ["/openim/openim-chat/scripts/docker_start_all.sh"]
CMD ["/openim/openim-chat/scripts/docker_start_all.sh"]

0 comments on commit afbc8f3

Please sign in to comment.