diff --git a/Dockerfile b/Dockerfile index a15f09f..4f80114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,10 @@ COPY node_modules /app # fi # Rebuild the source code only when needed -FROM node:18-alpine AS builder -WORKDIR /app -COPY --from=deps /app/node_modules ./node_modules -COPY . . +# FROM node:18-alpine 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