beremiz
Clone
Summary
Browse
Changes
Graph
set executionOrderId default value to 0
python3
2022-10-31, GP Orcullo
f5124b39ae56
file is
Executable
set executionOrderId default value to 0
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .