beremiz
Clone
Summary
Browse
Changes
Graph
IDE: refactor discovery panel / zeroconf
19 months ago, Edouard Tisserant
9ff455817691
file is
Executable
IDE: refactor discovery panel / zeroconf
Bundle ZeroConf listener and interfaces changes monitor into separate module.
Prepare to extend with USB device browsing.
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .