Added features to Dockerfile.fdb
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

This commit is contained in:
mdecimus 2025-10-23 18:48:00 +02:00
parent 46b77997e0
commit 8cee757d7f

View file

@ -37,7 +37,7 @@ COPY Cargo.lock .
COPY crates/ crates/
COPY resources/ resources/
COPY tests/ tests/
RUN cargo build --manifest-path=crates/main/Cargo.toml --no-default-features --features foundationdb --release
RUN cargo build -p stalwart --no-default-features --features "foundationdb elastic s3 redis azure nats enterprise" --release
FROM debian:trixie-slim AS runtime