Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 27, 2024
1 parent 3078eee commit 2af318e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY ./src ./src

# Step 8: Final build
RUN cargo build --target=aarch64-unknown-linux-gnu --release && \
ls -l target/release && \
cp target/release/gateway-proxy /gateway-proxy && \
strip /gateway-proxy

Expand Down

0 comments on commit 2af318e

Please sign in to comment.