Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 328 Bytes

Usage

Build the image

docker build -t <nome_de_usuario>/<nome_da_imagem> .

Run the container

docker run --rm -p 3000:3000 <nome_de_usuario>/<nome_da_imagem>

Login to docker hub

docker login

Upload the image to docker hub

docker push <nome_de_usuario>/<nome_da_imagem>