This commit is contained in:
parent
61337e35ee
commit
649e737bb3
|
|
@ -424,4 +424,4 @@ COPY --from=chataibuilder /app/package.json supabase/chatai-ui/package.json
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
EXPOSE 3000
|
EXPOSE 3030
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"clean": "npm run lint:fix && npm run format:write",
|
"clean": "npm run lint:fix && npm run format:write",
|
||||||
"dev": "next dev -H 0.0.0.0",
|
"dev": "next dev -H 0.0.0.0",
|
||||||
"build": "next build",
|
"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",
|
"start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"lint:fix": "next lint --fix",
|
"lint:fix": "next lint --fix",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue