Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 186 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 186 Bytes

Test Golang application with Docker

Start command

docker build -t my-golang-app . && docker run -p 8000:8000 my-golang-app

Then go to http://localhost:8000 to see the application