fix(metadata): add case-insensitive HTML title fallback parsing for invite links

This commit is contained in:
2026-04-24 19:53:43 +05:30
parent 463837e7d4
commit ab08d9c8db
21 changed files with 694 additions and 6 deletions
+4 -1
View File
@@ -28,5 +28,8 @@ WORKDIR /app
# Copy only the built output - no source, no .env, no dev deps
COPY --from=builder /app/build ./build
COPY --from=builder /app/server.js ./server.js
CMD ["npx", "serve", "-s", "build"]
EXPOSE 3000
CMD ["node", "server.js"]