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}