Skip to content

Commit

Permalink
Fix running go app locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive authored Jul 25, 2024
1 parent 061fd38 commit 02bd3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 02bd3da

Please sign in to comment.