From 6325738fe7ada0c809b4d417239d391ff961b6ca Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Tue, 7 Jan 2025 00:58:47 +0000 Subject: [PATCH] properly load env variables --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 674284f5..e28b8fc3 100644 --- a/Containerfile +++ b/Containerfile @@ -37,6 +37,7 @@ RUN mkdir /out RUN --mount=type=cache,target=/usr/local/cargo/registry \ --mount=type=cache,target=/usr/local/cargo/git/db \ --mount=type=cache,target=/app/target \ + set -o allexport && \ . /etc/environment && \ cargo build --locked --release && \ cp ./target/release/conduwuit /out/app