From 3078eee6bac21f239c02fcf998f0fa8e5c674e9b Mon Sep 17 00:00:00 2001 From: KagChi <59391215+KagChi@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:34:18 +0000 Subject: [PATCH] fix: proper build --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d44430c..44e2cc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,7 @@ RUN rm -f target/release/deps/gateway_proxy* COPY ./src ./src # Step 8: Final build -RUN cargo build --target=aarch64-unknown-linux-gnu --release; \ - fi && \ +RUN cargo build --target=aarch64-unknown-linux-gnu --release && \ cp target/release/gateway-proxy /gateway-proxy && \ strip /gateway-proxy