- Clone project:
git clone https://github.com/piyas33/docker_node
- Install Dependency:
npm install
- Build the Docker image:
show all images:
docker build -t docker_node:app .
docker images -a
- Run a Container:
docker run -d -p 49160:8002 docker_node:app
Browse: http://localhost:49160