dockerfile

This commit is contained in:
wangchuxiao 2023-06-16 13:30:35 +08:00
parent 4e84153a5a
commit 66c384d9c8

View File

@ -15,4 +15,4 @@ COPY ./open_im_api ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"] VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["${WORKDIR}/open_im_api","--port", "10002"] CMD ["./open_im_api","--port", "10002"]