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
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1