From 73c2c44fdbe3be0cfef15c7bec9dfb5c9c2b9544 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Thu, 3 Aug 2023 16:27:58 +0800 Subject: [PATCH] fix: dockerfile fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c030921e..ddaf167b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ FROM ghcr.io/openim-sigs/openim-bash-image:v1.3.0 WORKDIR ${SERVER_WORKDIR} -# Copy scripts and binary files to the production image COPY --from=builder ${OPENIM_SERVER_CMDDIR} /openim/openim-server/scripts COPY --from=builder ${SERVER_WORKDIR}/config /openim/openim-server/config COPY --from=builder ${SERVER_WORKDIR}/_output/bin/platforms /openim/openim-server/_output/bin/platforms