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