🐳 build: fix Dockerfile
parent
1e42110ae1
commit
e0f5b229a1
|
@ -18,7 +18,8 @@ cargo new --lib crates/ptth_core && \
|
||||||
cargo new --bin crates/ptth_relay && \
|
cargo new --bin crates/ptth_relay && \
|
||||||
cargo new --bin crates/ptth_server && \
|
cargo new --bin crates/ptth_server && \
|
||||||
cargo new --bin crates/ptth_file_server_bin && \
|
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 over your manifests
|
||||||
COPY ./Cargo.lock ./
|
COPY ./Cargo.lock ./
|
||||||
|
|
Loading…
Reference in New Issue