We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066b4f7 commit c3cd992Copy full SHA for c3cd992
Dockerfile
@@ -32,7 +32,7 @@ ARG BIN_TARGET=--bins
32
ARG PROFILE=release
33
34
#ENV RUSTFLAGS="-C link-arg=-Wl,--compress-debug-sections=zlib -C force-frame-pointers=yes"
35
-RUN cargo build --profile=${PROFILE} ${BIN_TARGET}
+RUN cargo build --package=wstunnel-cli --profile=${PROFILE} ${BIN_TARGET}
36
37
38
############################################################
0 commit comments