beremiz
Clone
Summary
Browse
Changes
Graph
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
21 months ago, Edouard Tisserant
51272fe96999
file is
Executable
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
#!/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 .