cookiecutter-golang/{{cookiecutter.project_slug}}/README.md

10 lines
182 B
Markdown
Raw Permalink Normal View History

2023-09-05 14:44:53 +00:00
# {{cookiecutter.project_name}}
## Build
`make build`
## Build and push docker image
2023-11-07 16:54:36 +00:00
To build the image localy run `make docker-local` and to build and push `make docker-push`.