always set RUST_BACKTRACE=full in OCI images
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -96,6 +96,7 @@ dockerTools.buildImage {
|
|||||||
Env = [
|
Env = [
|
||||||
"SSL_CERT_FILE=/complement/ca/ca.crt"
|
"SSL_CERT_FILE=/complement/ca/ca.crt"
|
||||||
"CONDUWUIT_CONFIG=${./config.toml}"
|
"CONDUWUIT_CONFIG=${./config.toml}"
|
||||||
|
"RUST_BACKTRACE=full"
|
||||||
];
|
];
|
||||||
|
|
||||||
ExposedPorts = {
|
ExposedPorts = {
|
||||||
|
|||||||
@@ -24,5 +24,8 @@ dockerTools.buildLayeredImage {
|
|||||||
Cmd = [
|
Cmd = [
|
||||||
"${lib.getExe main}"
|
"${lib.getExe main}"
|
||||||
];
|
];
|
||||||
|
Env = [
|
||||||
|
"RUST_BACKTRACE=full"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user