Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 214 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 214 Bytes

Introduction

Criar o build e implantar para rodar no cluster swarm junto com nginx na porta 80

docker build -t node-docker-api .

Command to run

docker run -p 3000:3000 node-docker-api