This commit is contained in:
hailin 2025-05-18 16:39:46 +08:00
parent 61337e35ee
commit 649e737bb3
2 changed files with 2 additions and 2 deletions

View File

@ -424,4 +424,4 @@ COPY --from=chataibuilder /app/package.json supabase/chatai-ui/package.json
WORKDIR /
ENV NODE_ENV=production
EXPOSE 3000
EXPOSE 3030

View File

@ -9,7 +9,7 @@
"clean": "npm run lint:fix && npm run format:write",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 6000",
"start": "next start -H 0.0.0.0 -p 3030",
"start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start",
"lint": "next lint",
"lint:fix": "next lint --fix",