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:
parent
bfdf9674ad
commit
b84e121beb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue