beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception happening in debug mode when logging process termination.
2022-05-26, Edouard Tisserant
e25f1cf69df9
file is
Executable
IDE: fix exception happening in debug mode when logging process termination.
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1