docs: add openim images test

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw)
2023-10-19 19:30:41 +08:00
parent df50971744
commit 7e63800dee
33 changed files with 85 additions and 236 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM ghcr.io/openim-sigs/openim-bash-image:latest
WORKDIR /openim/openim-server
COPY miniblog ./bin/miniblog
ENTRYPOINT ["./bin/miniblog"]