API Node.js Este exemplo cria uma API HTTP simples usando apenas módulos nativos do Node.js. Build docker build -t docker4noobs-node-api . Run docker run --rm -p 3000:3000 docker4noobs-node-api Teste: curl http://localhost:3000 curl http://localhost:3000/health