build_in_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 02 Oct 2021 00:15:37 +0200
changeset 40 87e6588ad4c8
parent 37 fd09116d3537
child 44 c460ec8c65e9
permissions -rwxr-xr-x
Use pypi's zeroconf-py2compat instead of zeroconf2. Latest available release is more recent.
#!/bin/bash

CONTAINER=beremiz_public_builder_current

docker start $CONTAINER 
docker exec -i -t $CONTAINER bash -i -c build $1
docker stop $CONTAINER