FROM ghcr.io/openim-sigs/openim-bash-image:latest WORKDIR /openim/openim-server COPY miniblog ./bin/miniblog ENTRYPOINT ["./bin/miniblog"]