ms-auth/Makefile
2025-04-12 20:15:13 +05:00

9 lines
No EOL
201 B
Makefile

tag = latest
gen:
@oapi-codegen --config=config.yaml ./contracts/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}