renamed the image file
This commit is contained in:
parent
0544ff7ba1
commit
238a6c4abd
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source "../src/library.sh"
|
source "../src/library.sh"
|
||||||
|
|
||||||
"$DOCKER_BIN" build -t pipewire_sender "$SCRIPT_DIR"
|
"$DOCKER_BIN" build -t pipewire_reciever "$SCRIPT_DIR"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source "../src/library.sh"
|
source "../src/library.sh"
|
||||||
|
|
||||||
"$DOCKER_BIN" run pipewire_sender
|
"$DOCKER_BIN" run pipewire_reciever
|
||||||
|
|
Loading…
Add table
Reference in a new issue