We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6130f4f commit 169a033Copy full SHA for 169a033
backend/Dockerfile
@@ -3,7 +3,7 @@ FROM rust:alpine AS builder
3
WORKDIR /app
4
5
COPY . .
6
-RUN cargo build --release
+RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release
7
8
FROM alpine
9
0 commit comments