mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Use latest node base image to build web app for khoj docker image
This commit is contained in:
@@ -34,7 +34,7 @@ RUN sed -i "s/dynamic = \\[\"version\"\\]/version = \"$VERSION\"/" pyproject.tom
|
||||
pip install --no-cache-dir .
|
||||
|
||||
# Build Web App
|
||||
FROM node:20-alpine AS web-app
|
||||
FROM node:23-alpine AS web-app
|
||||
# Set build optimization env vars
|
||||
ENV NODE_ENV=production
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
Reference in New Issue
Block a user