cookiecutter-golang/{{cookiecutter.project_slug}}
2023-11-07 17:58:02 +01: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 added go dev command 2023-11-07 17:58:02 +01:00
README.md improved docker commands 2023-11-07 17:54:36 +01:00

{{cookiecutter.project_name}}

Build

make build

Build and push docker image

To build the image localy run make docker-local and to build and push make docker-push.