chore(docker): default RUST_LOG to info, fix aarch64 build layer copy

This commit is contained in:
2026-08-08 13:42:08 +01:00
parent 7d9b3b6285
commit f0a40efc25
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -43,6 +43,6 @@ EXPOSE 1935
EXPOSE 3000
EXPOSE 6969/udp
ENV RUST_LOG="info,warn"
ENV RUST_LOG="info"
CMD ["/rtmp-to-whip"]