| commit | eb590282e20f318678c4d527e4234e871122ef61 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Oct 22 17:31:40 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Oct 22 17:31:40 2021 +0400 |
| tree | 6b0e0de955d5608defeeb00961387624eee6a3ed | |
| parent | 603e73ad0d4a919b989f3affae761611e215a404 [diff] [blame] |
Auth: hydra deployment + basic integration with kratos/auth-ui flow
diff --git a/core/auth/ui/Makefile b/core/auth/ui/Makefile index c444c97..70bf15c 100644 --- a/core/auth/ui/Makefile +++ b/core/auth/ui/Makefile
@@ -5,7 +5,7 @@ rm -f server image: clean build - docker build --tag=giolekva/auth-ui . + docker build --tag=giolekva/auth-ui . --platform=linux/arm64 push: image docker push giolekva/auth-ui:latest