Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 150 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 150 Bytes

Golang Web

Templates and web server with golang

BUILD AND RUN

docker build -t project:1.0 .

docker run -ti -p 8080:8080 --rm project:1.0