ADD: updated simcontrol and dockerfile
This commit is contained in:
@@ -2,5 +2,7 @@ cd build/
|
||||
make -j8
|
||||
cd ..
|
||||
TAG="kmaster.ti.unibw-hamburg.de:30808/simcontrol:latest"
|
||||
# sudo buildah bud --pull -f "Dockerfile" -t ${TAG}
|
||||
# buildah push ${TAG}
|
||||
docker build --pull --rm -f "Dockerfile" -t ${TAG} "."
|
||||
docker image push ${TAG}
|
||||
|
||||
Reference in New Issue
Block a user