You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sample NodeJs Docker App.
To Run the app in your localhost, use docker build . and then run the docker container using docker run -p 3000:80 <image>