diff --git a/Dockerfile b/Dockerfile index 7b83769..05fe604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY . . ENV NEXT_TELEMETRY_DISABLED 1 -RUN pnpm build +RUN npm run build # Production image, copy all the files and run next FROM base AS runner