feat: improve og invite preview

This commit is contained in:
2026-04-17 23:03:48 +05:30
parent 1c8457a4bf
commit ff5bd8b092
4 changed files with 383 additions and 2 deletions
+2 -1
View File
@@ -28,5 +28,6 @@ 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.mjs ./server.mjs
CMD ["npx", "serve", "-s", "build"]
CMD ["node", "server.mjs"]