Select Git revision
-
Reiter, Christoph authored
So the testing dependencies are pinned as well.
Reiter, Christoph authoredSo the testing dependencies are pinned as well.
build.sh 346 B
#!/bin/bash
set -e
TAG="registry.gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/main:v1"
sudo docker build --tag "${TAG}" --file "Dockerfile" .
sudo docker run --rm --security-opt label=disable \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "${TAG}" bash
echo "Now run: sudo docker push '$TAG'"