mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 08:49:01 +08:00
dockerfile multi-stage build update
This commit is contained in:
+1
-2
@@ -36,5 +36,4 @@ COPY --from=build /home/Open-IM-Server/bin /home/Open-IM-Server/bin
|
|||||||
|
|
||||||
WORKDIR /home/Open-IM-Server/script
|
WORKDIR /home/Open-IM-Server/script
|
||||||
|
|
||||||
# "&& tail -f /dev/null " Prevent the container exit after the command is executed
|
CMD ["./start_all.sh"]
|
||||||
CMD ["./start_all.sh && tail -f /dev/null"]
|
|
||||||
Reference in New Issue
Block a user