@@ -1,4 +1,4 @@
.PHONY: run test build
.PHONY: run test build docker-build
run:
go run ./cmd/server
@@ -8,3 +8,6 @@ test:
build:
go build -o teammate ./cmd/server
docker-build:
docker build -f build/dockerfile -t hamkar:local .
The note is not visible to the blocked user.