diff --git a/Dockerfile b/Dockerfile index b2f34bd..a2f4ee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . ENV NODE_ENV=production -ENV NEXT_TELEMETRY_DISABLED=true ENV SKIP_ENV_VALIDATION=true # Set environment variables during the build @@ -57,8 +56,7 @@ ENV FEIDE_TOKEN_ENDPOINT=$FEIDE_TOKEN_ENDPOINT ENV FEIDE_USERINFO_ENDPOINT=$FEIDE_USERINFO_ENDPOINT # Build the application -RUN bunx next build - +RUN bun run build # Production image, copy all the files and run next FROM base AS runner diff --git a/bun.lockb b/bun.lockb index 878935d..327f808 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8f71801..eb8257b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "drizzle-orm": "^0.33.0", "lucia": "^3.2.0", "lucide-react": "^0.396.0", - "next": "^14.2.4", + "next": "^14.2.10", "next-intl": "^3.18.1", "next-sitemap": "^4.2.3", "next-themes": "^0.3.0",