Hello! I was wondering if this was a common issue or not. Basically i'm trying to ultimate the compiling of netmuxd by using the command docker-compose run netmuxd and after fetching the rust image(successfully) i get this:

|
command: sh -c "[ ! -f /build/netmuxd ] && cargo build --release --features zeroconf && cp target/debug/netmuxd /build/ && chmod +x /build/netmuxd || return 0" |
Hello! I was wondering if this was a common issue or not. Basically i'm trying to ultimate the compiling of netmuxd by using the command

docker-compose run netmuxdand after fetching the rust image(successfully) i get this:altserverd/docker-compose.yaml
Line 8 in e0576e9