Update Dockerfile

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-02 06:51:03 +05:30
parent cfbe2b7716
commit f2805499bb

View file

@ -1,5 +1,5 @@
# Multi-stage build with memory optimization
FROM node:20-alpine AS builder
FROM registry.nxtgauge.com/node:20-alpine AS builder
WORKDIR /app
# Skip browser downloads
@ -29,7 +29,7 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN npm run build
# Runtime stage
FROM node:20-alpine
FROM registry.nxtgauge.com/node:20-alpine
WORKDIR /app
# Copy built output