beremiz
Clone
Summary
Browse
Changes
Graph
Tests: fix path logic in Docker creation script, consequence of previous commit.
wxPython4
2022-11-24, Edouard Tisserant
129b8e32f5bb
file is
Executable
Tests: fix path logic in Docker creation script, consequence of previous commit.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .