Build Docker image docker build -t simple-node-app . Run it docker run -d -p 8080:3000 simple-node-app Test it http://localhost:8080