diff --git a/example/webauthn-relay-test/Dockerfile b/example/webauthn-relay-test/Dockerfile index eb24fcd..d0395a6 100644 --- a/example/webauthn-relay-test/Dockerfile +++ b/example/webauthn-relay-test/Dockerfile @@ -7,6 +7,8 @@ COPY . . RUN pnpm install \ && pnpm build +ENV NEXT_PUBLIC_BASE_URL=https://anotherairaccountcommunitynode.onrender.com + EXPOSE 80 CMD ["pnpm", "start"] \ No newline at end of file