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 548238f commit 3afa1e8Copy full SHA for 3afa1e8
Dockerfile
@@ -33,4 +33,6 @@ FROM debian:bookworm-slim
33
WORKDIR /app
34
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/dd_rpc /app/dd_rpc
35
36
-ENTRYPOINT ["RUST_BACKTRACE=1", "/app/dd_rpc"]
+ENV RUST_BACKTRACE="1"
37
+
38
+ENTRYPOINT ["/app/dd_rpc"]
0 commit comments