diff --git a/Dockerfile b/Dockerfile index 2a643d0..1c820e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ RUN bunx prisma generate ENV NEXT_TELEMETRY_DISABLED=1 ARG DATABASE_URL ENV DATABASE_URL=$DATABASE_URL +ARG BETTER_AUTH_SECRET +ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET # Copy the rest of the code RUN bun run build