记录个人部署的过程
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled

This commit is contained in:
2025-06-09 15:14:06 +08:00
parent 59b7c608fd
commit f22c22a635
5 changed files with 80 additions and 5 deletions

View File

@@ -85,10 +85,10 @@ RUN chown -R nextjs:nodejs /app/data
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV PORT=3000
ENV PORT=3001
ENV NEXT_PUBLIC_BASE_URL=$base_url
EXPOSE 3000
EXPOSE 3001
USER nextjs