diff --git a/Dockerfile b/Dockerfile index ee57f17..b7ff415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,10 @@ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./ # fi # Rebuild the source code only when needed -# FROM node:18-alpine AS builder -# WORKDIR /app +FROM node:18-alpine AS builder +WORKDIR /app # COPY --from=deps /app/node_modules ./node_modules -# COPY . . +COPY . . # Next.js collects completely anonymous telemetry data about general usage. # Learn more here: https://nextjs.org/telemetry