Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Apr 22, 2024
1 parent ad46166 commit fc9b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9b16f

Please sign in to comment.