update readme, dockerfile and makefile

This commit is contained in:
2024-11-25 16:18:10 +01:00
parent 958ef12e91
commit 430892a512
3 changed files with 26 additions and 30 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ test:
.PHONY: gomock
# Generate mock files.
gomock:
mockgen -package mock -destination internal/repository/mock/querier.go arena-coins/internal/repository ExtendedQuerier
mockgen -package mock -destination internal/repository/mock/querier.go rating-orama/internal/repository ExtendedQuerier
.PHONY: run
# Run project.
@@ -70,7 +70,7 @@ build-linux:
pack-docker:
make test
make build-linux
docker build -t arena-coins:${version} -t arena-coins:latest .
docker build -t rating-orama:${version} -t rating-orama:latest .
.PHONY: remove-debug
# Remove all debug entries for reduce size binary.