0
Fork 0
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:
Gao Sun 2023-03-09 14:31:02 +08:00 committed by GitHub
parent ae65feb642
commit 3c8100d72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ RUN pnpm i
ENV CONSOLE_PUBLIC_URL=/ ENV CONSOLE_PUBLIC_URL=/
ENV IS_CLOUD=1 ENV IS_CLOUD=1
# Temporarily use it for Admin Console build, will try to use runtime technique later # 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 prepack
RUN pnpm -r --filter @logto/console --filter @logto/cloud build RUN pnpm -r --filter @logto/console --filter @logto/cloud build