Skip to content

Commit

Permalink
update gomake version
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Jul 3, 2024
1 parent 4b443ca commit 3926a0b
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 @@ -43,7 +43,7 @@ COPY --from=builder $SERVER_DIR/start-config.yml $SERVER_DIR/
COPY --from=builder $SERVER_DIR/go.mod $SERVER_DIR/
COPY --from=builder $SERVER_DIR/go.sum $SERVER_DIR/

RUN go get github.com/openimsdk/gomake@v0.0.9
RUN go get github.com/openimsdk/v0.0.14-alpha.5

# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]

0 comments on commit 3926a0b

Please sign in to comment.