From fc9b16f7fbf955fa278d92eb2a12354ea54c70e8 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 22 Apr 2024 17:51:03 +0800 Subject: [PATCH] refactor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 939fdebf0e..6c5ee17e20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --no-cache bash # Copy the compiled binaries and mage from the builder image to the final image COPY --from=builder /openim-server/_output /openim-server/_output -COPY --from=builder /root/go/bin/mage /usr/local/bin/mage +COPY --from=builder /go/bin/mage /usr/local/bin/mage # Set the working directory to /openim-server within the container WORKDIR /openim-server