ADD: added build and push script and added the possibility to order contacts

This commit is contained in:
Henry Winkel
2023-10-27 14:23:29 +02:00
parent 3340178c9f
commit 1cf8906470
10 changed files with 94 additions and 14 deletions

6
buildDocker.sh Executable file
View File

@@ -0,0 +1,6 @@
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}