My dockerfile for deploying my angular app doesnt start the app using a web server either nodeJs or nginx
i have finished my work on an angular project and i need to deploy it using docker , i followed the instructions and made sure that the dockerfile is correct using multiple sources .
i tried to use either nginx or nodejs but it doesnt work(for nginx it shows me the default page of nginx server).
My dockerfile for deploying my angular app doesnt start the app using a web server either nodeJs or nginx
i have finished my work on an angular project and i need to deploy it using docker , i followed the instructions and made sure that the dockerfile is correct using multiple sources .
i tried to use either nginx or nodejs but it doesnt work(for nginx it shows me the default page of nginx server).here is the dockerfile i use righ now to create the image: