chore: Update README and add Mintlify docs

* Update README and add Mintlify docs

* Add Twilio documentation

* Remove license and fix readme
This commit is contained in:
Abhishek 2025-10-04 15:05:07 +05:30 committed by GitHub
parent 90f7aac8ad
commit 1f4ff8f865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 267 additions and 60 deletions

View file

@ -59,7 +59,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/public ./public
USER nextjs
# Expose the port Next.js runs on
EXPOSE 3000
EXPOSE 3010
# Start the production server using the standalone Node.js server
CMD ["node", "server.js"]
CMD sh -c "echo '🚀 Application ready at http://localhost:3010' && PORT=3010 node server.js"