beremiz
Clone
Summary
Browse
Changes
Graph
tests: IDE: fix again debug_project, making it hopefully more stable
2022-07-17, Edouard Tisserant
8a9a7d180b93
file is
Executable
tests: IDE: fix again debug_project, making it hopefully more stable
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .