Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ongy committed Jan 8, 2025
1 parent 066b4f7 commit c3cd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG BIN_TARGET=--bins
ARG PROFILE=release

#ENV RUSTFLAGS="-C link-arg=-Wl,--compress-debug-sections=zlib -C force-frame-pointers=yes"
RUN cargo build --profile=${PROFILE} ${BIN_TARGET}
RUN cargo build --package=wstunnel-cli --profile=${PROFILE} ${BIN_TARGET}


############################################################
Expand Down

0 comments on commit c3cd992

Please sign in to comment.