beremiz

py_ext: fix CSV update happening only once.

18 months ago, Edouard Tisserant
1994928ce3d2
file isExecutable
py_ext: fix CSV update happening only once.
#!/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 .