Fix running go app locally

This commit is contained in:
Maxim Samoilov 2024-07-25 10:59:51 +00:00 committed by GitHub
parent 061fd386d8
commit 02bd3da206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ $(GOBIN)/air:
go install github.com/air-verse/air@latest go install github.com/air-verse/air@latest
start: $(GOBIN)/air start: $(GOBIN)/air
air $(GOBIN)/air
build: build:
docker build . --tag quay.csssr.cloud/csssr/test-app:$(version) docker build . --tag quay.csssr.cloud/csssr/test-app:$(version)