ms-auth/Makefile
Vyacheslav1557 ba26d05516 fix:
2024-10-05 19:30:54 +05:00

14 lines
152 B
Makefile

tag = latest
gen:
@buf generate
dev:
@make gen
@go run main.go
build:
@make gen
@docker build . -t ms-auth:${tag}
@#docker push ms-auth:${tag}