fix: fix actions no pass

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-28 09:39:10 +08:00
parent 562e4f8322
commit 25c3518931
5 changed files with 7 additions and 4 deletions
+1
View File
@@ -49,4 +49,5 @@ COPY --from=builder /openim/openim-server/config /openim/openim-server/config
EXPOSE 10160
# ENTRYPOINT
CMD ["bash", "-c","${OPENIM_SERVER_BINDIR}/platforms/$(get_os)/$(get_arch)/openim-rpc-auth --port 10160 -c ${SERVER_WORKDIR}/config"]