fix: Update Dockerfile to use ci.nxtgauge.com registry
Some checks failed
build-and-release / build (push) Failing after 1m6s

Changed from registry.nxtgauge.com to ci.nxtgauge.com/admin/
to fix SSL certificate issues and use Forgejo registry.
This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-08 03:37:18 +05:30
parent d0fb78d21d
commit b130ce23b8

View file

@ -1,5 +1,5 @@
# Multi-stage build with memory optimization
FROM registry.nxtgauge.com/node:20-alpine AS builder
FROM ci.nxtgauge.com/admin/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 registry.nxtgauge.com/node:20-alpine
FROM ci.nxtgauge.com/admin/node:20-alpine
WORKDIR /app
# Copy built output