revert
All checks were successful
Next.js App CI / docker (push) Successful in 11m25s

This commit is contained in:
2025-09-22 12:07:24 +02:00
parent f80b255440
commit d308ea053f

View File

@@ -48,7 +48,7 @@ RUN pnpm install --prod --frozen-lockfile
# Copy the built Next.js application and public assets # Copy the built Next.js application and public assets
COPY --from=builder /app/public ./public COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next ./.next
# Change ownership to the non-root user # Change ownership to the non-root user
RUN chown -R nextjs:nodejs /app RUN chown -R nextjs:nodejs /app