feat: add docker buildx images is openim-web

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-30 18:53:26 +08:00
parent e3d8962f91
commit 484a6fea60
4 changed files with 133 additions and 1 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ EXPOSE $PORT
RUN mv ${OPENIM_SERVER_BINDIR}/platforms/$(get_os)/$(get_arch)/openim-api /usr/bin/openim-api
CMD ["bash", "-c", "openim-api -c $CONFIG --port $PORT"]
ENTRYPOINT ["bash", "-c", "openim-api -c $CONFIG --port $PORT"]