diff --git a/Dockerfile b/Dockerfile index 09f951e..e0aaed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,11 @@ WORKDIR /app # Install pnpm RUN npm install -g pnpm +# better-sqlite3 may fall back to a native node-gyp rebuild on Alpine. +# Keep the build toolchain available so the runtime install/rebuild is +# deterministic when a prebuilt binary is unavailable. +RUN apk add --no-cache python3 make g++ + # Copy package files COPY package.json pnpm-lock.yaml ./ diff --git a/src/components/ParticipantItem.tsx b/src/components/ParticipantItem.tsx index ea9543b..22b4877 100644 --- a/src/components/ParticipantItem.tsx +++ b/src/components/ParticipantItem.tsx @@ -387,9 +387,7 @@ export function ParticipantItem({