Home > Net >  Docker Website using Node and Yarn wont let we access website
Docker Website using Node and Yarn wont let we access website

Time:02-11

I just started writing docker files and am trying to start a website using docker but every time I run the file I cant access the website. dockerfile dockerlog

CodePudding user response:

This is just a warning that the method is deprecated and does not affect the running of the application, it is not the cause of the problem.

CodePudding user response:

I actually figured it out when running the docker run command adding the --network="host" flag let me connect to the website

  • Related