You need to add: EXPOSE: 7000to your docker file, and keep an eye on the console log info when running the docker image to see on which port your app is being served.
Useful Ref:https://www.youtube.com/watch?v=FlSup_eelYE
Best of luck!
You need to add: EXPOSE: 7000to your docker file, and keep an eye on the console log info when running the docker image to see on which port your app is being served.
Useful Ref:https://www.youtube.com/watch?v=FlSup_eelYE
Best of luck!