Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 239 Bytes

Tiny

Boilerplate for microservice written in Go.

How to build docker image

$ docker build --build-arg VERSION=$(git describe --tags --always) --build-arg SQL_ADDR=sql:5432 --build-arg SERVER_PORT=4000 -t tiny:latest .