This commit is contained in:
wangchuxiao
2022-05-30 20:19:56 +08:00
parent d67fdbc24e
commit d7283b92ac
19 changed files with 0 additions and 34 deletions
@@ -4,8 +4,6 @@ FROM ubuntu
ENV WORKDIR /Open-IM-Server
ENV CONFIG_NAME $WORKDIR/config/config.yaml
RUN mkdir $WORKDIR/cmd
# 将可执行文件复制到目标目录
ADD ./open_im_msg_transfer $WORKDIR/cmd/main