Skip to content

Commit

Permalink
fix: proper build
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 27, 2024
1 parent 6704b73 commit 3078eee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3078eee

Please sign in to comment.