beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
22 months ago, Edouard Tisserant
65aae40f81dd
file is
Executable
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
#!/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 .