fix: Update Dockerfile to use ci.nxtgauge.com registry
Some checks failed
build-and-release / build (push) Failing after 1m6s
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:
parent
d0fb78d21d
commit
b130ce23b8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Multi-stage build with memory optimization
|
# 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
|
WORKDIR /app
|
||||||
|
|
||||||
# Skip browser downloads
|
# Skip browser downloads
|
||||||
|
|
@ -29,7 +29,7 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM registry.nxtgauge.com/node:20-alpine
|
FROM ci.nxtgauge.com/admin/node:20-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy built output
|
# Copy built output
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue