fixed Dockerfile
parent
5c62677ca5
commit
24e486410e
|
|
@ -9,8 +9,6 @@ COPY . .
|
|||
ENV CARGO_HTTP_DEBUG=true
|
||||
ENV CARGO_HTTP_TIMEOUT=100
|
||||
|
||||
RUN cargo fetch --locked
|
||||
|
||||
RUN cargo test --verbose
|
||||
RUN cargo build --release --target=x86_64-unknown-linux-musl
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue