📦 build: fix bug in Dockerfile

main
(on company time) 2022-12-16 16:13:24 -06:00
parent 0fc99e7c26
commit 6ba988c2c8
1 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,8 @@ src/*.rs \
crates/always_equal/src/*.rs \
crates/ptth_core/src/*.rs \
crates/ptth_relay/src/*.rs \
crates/ptth_quic/src/*.rs
crates/ptth_quic/src/*.rs \
crates/udp_over_tcp/src/*.rs
# Copy source tree
# Yes, I tried a few variations on the syntax. Dockerfiles are just rough.