Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 194 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 194 Bytes

cotacao-mux-rest-api

Example REST API using golang

  • Build image: docker build -t cotacao-mux-rest-api .
  • Run container: docker run -d -p 3000:3000 --name cotacao-dolar cotacao-mux-rest-api