fix: copy static

This commit is contained in:
2026-02-19 05:18:23 +01:00
parent e7bb5e5123
commit 862d589b88
+1
View File
@@ -26,6 +26,7 @@ RUN addgroup -g 1001 nodejs \
# Copy only what is needed for runtime
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./next/static
COPY --from=builder /app/public ./public
USER nextjs