fixed Dockerfile

feature/device-out
prplV 2025-06-25 09:43:15 -04:00
parent 5c62677ca5
commit 24e486410e
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ COPY . .
ENV CARGO_HTTP_DEBUG=true ENV CARGO_HTTP_DEBUG=true
ENV CARGO_HTTP_TIMEOUT=100 ENV CARGO_HTTP_TIMEOUT=100
RUN cargo fetch --locked
RUN cargo test --verbose RUN cargo test --verbose
RUN cargo build --release --target=x86_64-unknown-linux-musl RUN cargo build --release --target=x86_64-unknown-linux-musl