From 02bd3da206283267151e16feabb8c7fdd837dbb5 Mon Sep 17 00:00:00 2001 From: Maxim Samoilov Date: Thu, 25 Jul 2024 10:59:51 +0000 Subject: [PATCH] Fix running go app locally --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index e9215ad..49b88e3 100644 --- a/app/Makefile +++ b/app/Makefile @@ -8,7 +8,7 @@ $(GOBIN)/air: go install github.com/air-verse/air@latest start: $(GOBIN)/air - air + $(GOBIN)/air build: docker build . --tag quay.csssr.cloud/csssr/test-app:$(version)