From bd087dfc0a9370cabd261052407caaef098f52dc Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Sat, 16 Dec 2023 18:51:19 +0800 Subject: [PATCH] Update Dockerfile (#314) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c72ad92f7..c33f06a03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/openim/openim-chat/scripts/docker_start_all.sh"]