ADD: added build and push script and added the possibility to order contacts
This commit is contained in:
6
buildDocker.sh
Executable file
6
buildDocker.sh
Executable 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}
|
||||
Reference in New Issue
Block a user