From 0b15f57894af246211eb70728034097dd8923265 Mon Sep 17 00:00:00 2001 From: truongpx-Mac Date: Sun, 8 Oct 2023 19:47:54 +0700 Subject: [PATCH] update --- build/images/openim-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/images/openim-api/Dockerfile b/build/images/openim-api/Dockerfile index bc40c539b..6fb4706ff 100644 --- a/build/images/openim-api/Dockerfile +++ b/build/images/openim-api/Dockerfile @@ -39,7 +39,7 @@ FROM ghcr.io/openim-sigs/openim-bash-image:latest WORKDIR /openim/openim-server -COPY --from=builder ./_output/bin/platforms /openim/openim-server/_output/bin/platforms +# COPY --from=builder /openim/openim-server/_output/bin/platforms /openim/openim-server/_output/bin/platforms COPY --from=builder /openim/openim-server/config /openim/openim-server/config ENV PORT 10002