diff --git a/Dockerfile.server b/Dockerfile.server index 119621c8..8247051d 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -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