ms-auth/Makefile
2025-02-25 18:33:15 +05:00

9 lines
No EOL
197 B
Makefile

tag = latest
gen:
@oapi-codegen --config=config.yaml ./proto/user/v1/openapi.yaml
dev: gen
@go run cmd/ms-auth/main.go
build: gen
@docker build . -t ms-auth:${tag}
@#docker push ms-auth:${tag}