Skip to content

Commit cfa49b5

Browse files
committed
fix (deployment): resolving buildtime env vars issue (WIP)
1 parent 1ec19aa commit cfa49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
# Others are needed for server-side logic during the build (if any).
1111
ARG NEXT_PUBLIC_APP_SERVER_URL
1212
ARG AUTH0_SECRET
13-
ARG AUTH0_BASE_URL # This is a legacy var in the template, you have APP_BASE_URL
13+
ARG AUTH0_BASE_URL
1414
ARG APP_BASE_URL
1515
ARG AUTH0_ISSUER_BASE_URL
1616
ARG AUTH0_CLIENT_ID

0 commit comments

Comments
 (0)