DEV Community

Discussion on: Containerizing Angular application for production using Docker

Collapse
 
shreyajoshi12 profile image
shreyajoshi12

I have windows O.S and I am trying to run the docker image at 3000:80 but its taking too long.Please help

Collapse
 
usmslm102 profile image
Usama Ansari

Can you show your docker file and folder structure?

Collapse
 
shreyajoshi12 profile image
shreyajoshi12 • Edited

Actually the container isn't reflecting changes.I have followed the same docker file that you mentioned.

Thread Thread
 
usmslm102 profile image
Usama Ansari

If I understand correctly. you can run the container but you not seeing latest changes?

Thread Thread
 
shreyajoshi12 profile image
shreyajoshi12

Yes, so when I again built that image so it reflected changes.If change is done in container then should image also be built again.I am a bit confused about the container and image part.

Thread Thread
 
usmslm102 profile image
Usama Ansari

If you build the image then it should reflect tha changes. Try adding different tag to your image while building. Feel free to DM me on Twitter if it is still not solved.