Skip to content

np025/Node-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Node-App#

1. Build the Docker image

docker build -t node-docker-app .

2. Run the container

docker run -p 3000:3000 node-docker-app

can visit http://external_ip:3000 in your browser, and you’ll see the message "Hello from Dockerized Node.js app!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published