pull/2696/head
truongpx-Mac 2 years ago
parent 00ccb02a8b
commit 98c15b5c46

@ -1,4 +1,4 @@
FROM golang:1.18.0 as build FROM golang:1.19.0 as build
WORKDIR /openim WORKDIR /openim
COPY . . COPY . .
@ -15,5 +15,5 @@ VOLUME ["/openim/logs","/openim/bin"]
COPY --from=build /openim/bin /openim/bin COPY --from=build /openim/bin /openim/bin
COPY --from=build /openim/config /openim/config COPY --from=build /openim/config /openim/config
EXPOSE 10002 EXPOSE 10120
CMD ["./bin/openim-api","--port", "10120"] CMD ["./bin/openim-api","--port", "10120"]

@ -1,4 +1,4 @@
FROM golang:1.18.0 as build FROM golang:1.19.0 as build
WORKDIR /openim WORKDIR /openim
COPY . . COPY . .
@ -15,5 +15,5 @@ VOLUME ["/openim/logs","/openim/bin"]
COPY --from=build /openim/bin /openim/bin COPY --from=build /openim/bin /openim/bin
COPY --from=build /openim/config /openim/config COPY --from=build /openim/config /openim/config
EXPOSE 10002 EXPOSE 10190
CMD ["./bin/openim-api","--port", "10200"] CMD ["./bin/openim-rpc-third","--port", "10190"]

@ -40,7 +40,7 @@ pipeline {
name: "RELEASE_PROJECTS", name: "RELEASE_PROJECTS",
type: "PT_RADIO", type: "PT_RADIO",
multiSelectDelimiter: " ", multiSelectDelimiter: " ",
value: """api,msg_gateway,msg_transfer,push,rpc_conversation,rpc_group,rpc_msg,rpc_user,rpc_third""", value: """api,msg_gateway,msg_transfer,push,rpc_conversation,rpc_group,rpc_msg,rpc_user,rpc_third,rpc_friend""",
defaultValue: "", defaultValue: "",
description: "please choice projects to deploy" description: "please choice projects to deploy"
) )

Loading…
Cancel
Save