fix: per;fix: invite user un refresh;perf: loginout (#3566)

* perf: loginout

* fix: invite user un refresh

* fix: per

* fix: dockerfile

* perf: docker file
This commit is contained in:
Archer
2025-01-11 17:16:17 +08:00
committed by GitHub
parent 10d8c56e23
commit f1f0ae2839
5 changed files with 41 additions and 36 deletions

View File

@@ -82,7 +82,6 @@ COPY ./projects/app/data /app/data
RUN chown -R nextjs:nodejs /app/data
# Add tmp directory permission control
RUN mkdir -p /tmp && chmod 666 /tmp
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1