chore(backend-api): 🔧 Update Dockerfile to include latest Node.js version and optimized build steps

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-30 00:21:29 -08:00
parent bfdf9674ad
commit b84e121beb

View file

@ -20,7 +20,7 @@ FROM node:22-alpine AS base
WORKDIR /app
# Build arguments for registry configuration
ARG NPM_REGISTRY=http://forge.nasty.sh/api/packages/lilith/npm/
ARG NPM_REGISTRY=http://10.0.0.118:4874/
# Install pnpm and build dependencies
RUN corepack enable && corepack prepare pnpm@latest --activate