feta:优化流畅度

This commit is contained in:
2025-12-29 15:52:50 +08:00
parent abcbe3cddc
commit 67025a4865
20 changed files with 337 additions and 175 deletions

View File

@@ -16,6 +16,7 @@ COPY --from=builder /app/.next-prod/standalone ./
COPY --from=builder /app/.next-prod/static ./.next/static
COPY --from=builder /app/public ./public
EXPOSE 3000
ENV PORT=3030
EXPOSE 3030
CMD ["node", "server.js"]