pull/2696/head
truongpx-Mac 2 years ago
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…
Cancel
Save