beremiz
Clone
Summary
Browse
Changes
Graph
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
2022-07-17, Edouard Tisserant
0af7b6a96c53
file is
Executable
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .