Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 847 Bytes

File metadata and controls

35 lines (29 loc) · 847 Bytes

UAAA

Unified Authentication And Authorization

Sign into security

docs license

Build Images

TAG=latest
docker build . -f ./packages/server/Dockerfile -t git.pku.edu.cn/uaaa/server:"$TAG"
docker build . -f ./packages/ui/Dockerfile -t git.pku.edu.cn/uaaa/ui:"$TAG"

or using docker compose

export TAG=latest && docker compose build && docker compose push