mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-09 04:46:30 +08:00
Added features to Dockerfile.fdb
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
This commit is contained in:
parent
46b77997e0
commit
8cee757d7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue