fix: copy static with point

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