mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 04:55:59 +08:00
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"]
|