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