beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: take C part away from python code for readability.
23 months ago, Edouard Tisserant
84a668564748
file is
Executable
MQTT: take C part away from python code for readability.
C lines change a bit because of unnecessary escaping for '\'.
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1