mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 22:39:18 +08:00
7e63800dee
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
7 lines
141 B
Docker
7 lines
141 B
Docker
FROM ghcr.io/openim-sigs/openim-bash-image:latest
|
|
|
|
WORKDIR /openim/openim-server
|
|
|
|
COPY miniblog ./bin/miniblog
|
|
|
|
ENTRYPOINT ["./bin/miniblog"] |