From 65e957d87f6d82cbe4cfad7d778c6cb8538dcaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=B6=85=E8=B6=8A?= <993921@qq.com> Date: Sat, 13 Jul 2024 16:10:15 +0800 Subject: [PATCH] bugfix --- example/webauthn-relay-test/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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