mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-14 19:52:15 +08:00
refactor
This commit is contained in:
parent
aa7b02e1bd
commit
5ce08e5232
@ -33,7 +33,7 @@ ENV OPENIM_SERVER_DIR=/openim-server
|
|||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
|
|
||||||
# Copy the compiled binaries and mage from the builder image to the final image
|
# Copy the compiled binaries and mage from the builder image to the final image
|
||||||
COPY --from=builder $OPENIM_SERVER_DIR/_output $OPENIM_SERVER_DIR/_output
|
#COPY --from=builder $OPENIM_SERVER_DIR/_output $OPENIM_SERVER_DIR/_output
|
||||||
COPY --from=builder /go/bin/mage /usr/local/bin/mage
|
COPY --from=builder /go/bin/mage /usr/local/bin/mage
|
||||||
COPY --from=builder $OPENIM_SERVER_DIR/magefile_windows.go $OPENIM_SERVER_DIR/
|
COPY --from=builder $OPENIM_SERVER_DIR/magefile_windows.go $OPENIM_SERVER_DIR/
|
||||||
COPY --from=builder $OPENIM_SERVER_DIR/magefile_unix.go $OPENIM_SERVER_DIR/
|
COPY --from=builder $OPENIM_SERVER_DIR/magefile_unix.go $OPENIM_SERVER_DIR/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user