🐳 build: fix Dockerfile

main
_ 2021-03-06 19:44:07 +00:00
parent 1e42110ae1
commit e0f5b229a1
1 changed files with 2 additions and 1 deletions

View File

@ -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 ./