Skip to content
Snippets Groups Projects
Commit effe38ab authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: run the built docker container and mount the repo

this makes it easier to debug CI things locally
parent 6c5c8263
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,7 @@
set -e
TAG="registry.gitlab.tugraz.at/dbp/web-components/toolkit/main:v2"
sudo docker build --tag "${TAG}" --file "Dockerfile" .
sudo docker run --rm \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "${TAG}" bash
echo "Now run: sudo docker push '$TAG'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment