mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: update admin tenant endpoint (#3343)
This commit is contained in:
parent
ae65feb642
commit
3c8100d72a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN pnpm i
|
|||
ENV CONSOLE_PUBLIC_URL=/
|
||||
ENV IS_CLOUD=1
|
||||
# Temporarily use it for Admin Console build, will try to use runtime technique later
|
||||
ENV ADMIN_ENDPOINT=https://admin.app.logto.dev/
|
||||
ENV ADMIN_ENDPOINT=https://auth.logto.dev/
|
||||
RUN pnpm prepack
|
||||
RUN pnpm -r --filter @logto/console --filter @logto/cloud build
|
||||
|
||||
|
|
Loading…
Reference in a new issue