beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: fix invocation of json_scanf (use pointers, not values...)
21 months ago, Edouard Tisserant
9e4a3a3ea5c0
file is
Executable
MQTT: fix invocation of json_scanf (use pointers, not values...)
#!/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 .