We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec19aa commit cfa49b5Copy full SHA for cfa49b5
src/client/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /app
10
# Others are needed for server-side logic during the build (if any).
11
ARG NEXT_PUBLIC_APP_SERVER_URL
12
ARG AUTH0_SECRET
13
-ARG AUTH0_BASE_URL # This is a legacy var in the template, you have APP_BASE_URL
+ARG AUTH0_BASE_URL
14
ARG APP_BASE_URL
15
ARG AUTH0_ISSUER_BASE_URL
16
ARG AUTH0_CLIENT_ID
0 commit comments