beremiz
Clone
Summary
Browse
Changes
Graph
eRPC: Server closes connection on exception to prevent client to block until timeout when it happens.
19 months ago, Edouard Tisserant
208a808d1081
file is
Executable
eRPC: Server closes connection on exception to prevent client to block until timeout when it happens.
#!/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 .