mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
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:
parent
90f7aac8ad
commit
1f4ff8f865
19 changed files with 267 additions and 60 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue