Skip to content

Commit

Permalink
Update Dockerfile (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Dec 16, 2023
1 parent f04ad68 commit bd087df
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 bd087df

Please sign in to comment.