Categorygithub.com/kostaspt/go-tiny
repositorypackage
0.2.1
Repository: https://github.com/kostaspt/go-tiny.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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 .