fix: copy constellation.config.json into server image
All checks were successful
Stuffle/nebula-os/pipeline/head This commit looks good

This commit is contained in:
2026-04-26 11:18:56 +05:30
parent 4b43c6fa8f
commit a4e68460ef

View File

@@ -28,6 +28,7 @@ COPY --from=builder /install /usr/local
COPY src/ ./src/
COPY libs/ ./libs/
COPY db/ ./db/
COPY constellation.config.json ./constellation.config.json
# Non-root user for security
RUN useradd -r -u 1001 nebula && chown -R nebula:nebula /app