This commit is contained in:
wangchuxiao
2022-05-30 20:15:17 +08:00
parent 38bd2bd011
commit 1edaf15220
19 changed files with 40 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ FROM ubuntu
ENV WORKDIR /Open-IM-Server
ENV CONFIG_NAME $WORKDIR/config/config.yaml
RUN mkdir $WORKDIR/cmd
# 将可执行文件复制到目标目录
ADD ./open_im_cms_api $WORKDIR/cmd/main