diff --git a/Dockerfile b/Dockerfile index 9b7f12e..dfbe0d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ cargo new --lib crates/ptth_core && \ cargo new --bin crates/ptth_relay && \ cargo new --bin crates/ptth_server && \ cargo new --bin crates/ptth_file_server_bin && \ -cargo new --bin tools/ptth_tail +cargo new --bin tools/ptth_tail && \ +cargo new --bin crates/debug_proxy # copy over your manifests COPY ./Cargo.lock ./