beremiz

CLIController: use absolute project path
python3
2023-02-10, GP Orcullo
56ceda9889f8
file isExecutable
CLIController: use absolute project path
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .