Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 154 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 154 Bytes

GO Simple Web Api

build

docker image build -t go-web-api .

run locally

docker container run -p 8080:8080 go-web-api