beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: better behaviour and user feedback in case of connection lost and re-connection.
12 months ago, Edouard Tisserant
62c1473c3249
file is
Executable
WAMP: better behaviour and user feedback in case of connection lost and re-connection.
#!/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 .