beremiz
Clone
Summary
Browse
Changes
Graph
Add PLC stop command
python3
2022-10-20, GP Orcullo
5780e7c13fd8
file is
Executable
Add PLC stop command
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .