I am facing issue with docker container getting exited immediately after run.
docker container is active only when we are adding “sleep infinity” at last
command: docker run -it -d react-app sleep infinity
Can someone help me with this?
I am facing issue with docker container getting exited immediately after run.
docker container is active only when we are adding “sleep infinity” at last
command: docker run -it -d react-app sleep infinity
Can someone help me with this?