From e0f5b229a1c33d44666c0223ca47a245fcd71427 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sat, 6 Mar 2021 19:44:07 +0000 Subject: [PATCH] :whale: build: fix Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ./