Skip to content

Commit 8cee757

Browse files
committed
Added features to Dockerfile.fdb
1 parent 46b7799 commit 8cee757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docker/Dockerfile.fdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ COPY Cargo.lock .
3737
COPY crates/ crates/
3838
COPY resources/ resources/
3939
COPY tests/ tests/
40-
RUN cargo build --manifest-path=crates/main/Cargo.toml --no-default-features --features foundationdb --release
40+
RUN cargo build -p stalwart --no-default-features --features "foundationdb elastic s3 redis azure nats enterprise" --release
4141

4242
FROM debian:trixie-slim AS runtime
4343

0 commit comments

Comments
 (0)