Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 125 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 125 Bytes
docker build . -t go-gin
docker run -i -t -p 8080:8080 go-gin

Or if you can run bash then just,

sh run.sh