beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA client : python3 + AsyncUA fixes
2023-06-18, Edouard Tisserant
46f3ca3f0157
file is
Executable
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 .