mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 22:06:11 +02:00
properly load env variables
This commit is contained in:
parent
da8a7e34e1
commit
6325738fe7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue