beremiz
Clone
Summary
Browse
Changes
Graph
Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
2022-05-16, Edouard Tisserant
2c712b8c736f
file is
Executable
Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1