Hi Elton, the webinar was very useful and interesting. However, I followed and built th docker image using the
docker build -t signup-web-core -f ..../v2/Dockerfile .
I got the image created and triggered a container as follows
docker run -d --name signupwebcorev2 -p 3000:80 signup-web-core
when I try to access the web site I get

One you build the image in the presentation, you don't show how it can be used/access to web site/interest of creating this image. Can you please help? Thanks in advance.