Skip to content

Commit 2af318e

Browse files
authored
chore: update
1 parent 3078eee commit 2af318e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COPY ./src ./src
3333

3434
# Step 8: Final build
3535
RUN cargo build --target=aarch64-unknown-linux-gnu --release && \
36+
ls -l target/release && \
3637
cp target/release/gateway-proxy /gateway-proxy && \
3738
strip /gateway-proxy
3839

0 commit comments

Comments
 (0)