Fix CI/CD: Add entrypoint, fix artifacts, add dependencies
Some checks failed
CI Pipeline / test (push) Has been cancelled
CI Pipeline / security-scan (push) Has been cancelled
CI Pipeline / code-quality (push) Has been cancelled
CI Pipeline / docker-build (push) Has been cancelled
CI Pipeline / build (push) Has been cancelled

This commit is contained in:
2025-12-20 23:46:13 +01:00
parent 2b0d7dc272
commit 0277046a7c

View File

@@ -52,6 +52,7 @@ COPY --from=builder --chown=carbon:carbon /build/www/ /app/www/
COPY --from=builder --chown=carbon:carbon /build/README.md /app/
COPY --from=builder --chown=carbon:carbon /build/DOCUMENTATION.md /app/
COPY --from=builder --chown=carbon:carbon /build/LICENSE /app/
COPY --from=builder --chown=carbon:carbon /build/server.conf /app/server.conf
COPY --chown=carbon:carbon entrypoint.sh /app/entrypoint.sh
RUN chmod 500 /app/server /app/entrypoint.sh && \