cookiecutter-golang/{{cookiecutter.project_slug}}
2023-09-05 16:44:53 +02:00
..
cmd initial commit 2023-09-05 16:44:53 +02:00
internal initial commit 2023-09-05 16:44:53 +02:00
.dockerignore initial commit 2023-09-05 16:44:53 +02:00
.gitignore initial commit 2023-09-05 16:44:53 +02:00
Dockerfile initial commit 2023-09-05 16:44:53 +02:00
Makefile initial commit 2023-09-05 16:44:53 +02:00
README.md initial commit 2023-09-05 16:44:53 +02:00

{{cookiecutter.project_name}}

Build

make build

Build and push docker image

make docker