beremiz

SVGHMI Py3 related fix in test project.

2023-07-20, Edouard Tisserant
269987dd4fb0
file isExecutable
SVGHMI Py3 related fix in test project.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .