Added features to Dockerfile.fdb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user