beremiz

OPC-UA client : python3 + AsyncUA fixes

2023-06-18, Edouard Tisserant
46f3ca3f0157
file isExecutable
OPC-UA client : python3 + AsyncUA fixes
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .