Update Dockerfile
This commit is contained in:
parent
cfbe2b7716
commit
f2805499bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue