fix: actually let it build

This commit is contained in:
Lys 2023-10-14 22:07:52 +03:00
parent 78a1b8fad7
commit 96ad17e43b
Signed by: lyssieth
GPG key ID: C9CF3D614FAA3940

View file

@ -9,8 +9,6 @@ RUN cargo fetch --locked
RUN cargo build --release
RUN rm -rfv /volume/target/*/release/rave
RUN mv target/*-unknown-linux-musl/release/rave /tmp/rave
# --- Runtime ---