Send random array of objects to client side with intervals using socket.io
To build docker Image navigate to the folder where dockerfile is located and run the command:.
docker build -t [USERNAME]/[IMAGE_NAME] .To run the application and make it accessible run the command:
docker run -p [PORT_TO_BE_ACCESSIBLE]:4000 [USERNAME]/[IMAGE_NAME]Replace [USERNAME], [IMAGE_NAME], [PORT_TO_BE_ACCESSIBLE] and [IMAGE_ID] with your values.