mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 06:22:12 +08:00
update
This commit is contained in:
parent
4a024390bb
commit
611a35857a
@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.0 as build
|
||||
FROM golang:1.19.0 as build
|
||||
|
||||
WORKDIR /openim
|
||||
COPY . .
|
||||
@ -15,5 +15,5 @@ VOLUME ["/openim/logs","/openim/bin"]
|
||||
COPY --from=build /openim/bin /openim/bin
|
||||
COPY --from=build /openim/config /openim/config
|
||||
|
||||
EXPOSE 10002
|
||||
CMD ["./bin/openim-api","--port", "10160"]
|
||||
EXPOSE 10160
|
||||
CMD ["./bin/openim-rpc-auth","--port", "10160"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user