Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 230 Bytes

File metadata and controls

11 lines (6 loc) · 230 Bytes

Create Docker Image

docker build image -t node-app .

Run Docker Image to container

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

Watch Youtub Video