We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b7799 commit 8cee757Copy full SHA for 8cee757
resources/docker/Dockerfile.fdb
@@ -37,7 +37,7 @@ COPY Cargo.lock .
37
COPY crates/ crates/
38
COPY resources/ resources/
39
COPY tests/ tests/
40
-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
41
42
FROM debian:trixie-slim AS runtime
43
0 commit comments