Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 122 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 122 Bytes

go test

Example to run

docker build -t go-app-img .

docker run -d -p 3333:3000 --name go-app-container go-app-img