diff --git a/Dockerfile b/Dockerfile index 5360565..eab3a43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -424,4 +424,4 @@ COPY --from=chataibuilder /app/package.json supabase/chatai-ui/package.json WORKDIR / ENV NODE_ENV=production -EXPOSE 3000 \ No newline at end of file +EXPOSE 3030 \ No newline at end of file diff --git a/chatbot-ui/package.json b/chatbot-ui/package.json index 540ec2b..edbf657 100644 --- a/chatbot-ui/package.json +++ b/chatbot-ui/package.json @@ -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",