From 1905d85a59f1dca007297d715ef80b8648538720 Mon Sep 17 00:00:00 2001 From: "(on company time)" <_@_> Date: Tue, 20 Dec 2022 14:54:51 -0600 Subject: [PATCH] :construction: wip --- crates/ptth_quic/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ptth_quic/Dockerfile b/crates/ptth_quic/Dockerfile index 93d29ff..eb2f8bc 100644 --- a/crates/ptth_quic/Dockerfile +++ b/crates/ptth_quic/Dockerfile @@ -62,6 +62,7 @@ RUN touch crates/ptth_core/src/lib.rs # build for release # gate only on ptth_relay tests for now RUN \ +find . && \ cargo build --release -p ptth_quic --bin ptth_quic_relay_server && \ cargo test --release -p ptth_quic --bin ptth_quic_relay_server