Skip to content
Snippets Groups Projects
Commit 608d1873 authored by Jerome DESCHAMPS's avatar Jerome DESCHAMPS
Browse files

update dockerfile to remove update

parent da2a5d42
No related branches found
No related tags found
1 merge request!15update dockerfile to remove optimisation
Pipeline #6490 failed
......@@ -2,7 +2,3 @@ FROM rust:1.70.0 as build-env
WORKDIR /app
COPY . /app
RUN cargo build --release
FROM gcr.io/distroless/cc
COPY --from=build-env /app/target/release/testnet-injector /
CMD ["./testnet-injector"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment