Files
SimControl/buildDocker.sh

7 lines
166 B
Bash
Executable File

cd build/
make -j8
cd ..
TAG="kmaster.ti.unibw-hamburg.de:30808/simcontrol:latest"
docker build --pull --rm -f "Dockerfile" -t ${TAG} "."
docker image push ${TAG}