beremiz
Clone
Summary
Browse
Changes
Graph
IDE: ensure that available targets are-recomputed when creating a new project.
11 months ago, Edouard Tisserant
e408cdca4702
file is
Executable
IDE: ensure that available targets are-recomputed when creating a new project.
#!/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 .