beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
14 months ago, Edouard Tisserant
c84e1b8096c7
file is
Executable
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
#!/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 .