beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix inverted behavior of SuppressBrowserOutput.
18 months ago, Edouard Tisserant
69114ac20de8
file is
Executable
SVGHMI: fix inverted behavior of SuppressBrowserOutput.
#!/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 .