This commit is contained in:
wangchuxiao
2023-04-10 18:25:56 +08:00
parent a83b4fc5d8
commit d55bb2c529
7 changed files with 151 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ADD ./open_im_auth $WORKDIR/cmd/main
RUN mkdir $WORKDIR/logs $WORKDIR/config $WORKDIR/script && \
chmod +x $WORKDIR/cmd/main
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config","/Open-IM-Server/script"]
VOLUME ["/Open-IM-Server/config","/Open-IM-Server/script"]
WORKDIR $CMDDIR