fix?
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m59s

This commit is contained in:
2025-12-05 18:24:04 -05:00
parent c5d0278491
commit 4ac57cee63

View File

@@ -25,10 +25,10 @@ RUN \
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM base AS builder # FROM base AS builder
WORKDIR /app # WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules # COPY --from=deps /app/node_modules ./node_modules
COPY . . # COPY . .
# Next.js collects completely anonymous telemetry data about general usage. # Next.js collects completely anonymous telemetry data about general usage.
# Learn more here: https://nextjs.org/telemetry # Learn more here: https://nextjs.org/telemetry