fix ui
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m13s

This commit is contained in:
2025-07-01 09:42:06 +07:00
parent cfc5842113
commit 13d27bb014
5 changed files with 14 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
COPY --from=builder /app/messages ./messages
# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:bun .next