fix: copy constellation.config.json into server image
All checks were successful
Stuffle/nebula-os/pipeline/head This commit looks good
All checks were successful
Stuffle/nebula-os/pipeline/head This commit looks good
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user