Skip to content
Snippets Groups Projects
Verified Commit a9674a46 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix url of docker img

parent c8fafddb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# set the variables
dockerImg="git-r3lab.uni.lu:4567/r3/docker/nodejs-yarn-grunt"
dockerImg="gitlab.lcsb.uni.lu:4567/r3/docker/nodejs-yarn-grunt"
dockerPort="9000"
helpFunction()
......@@ -31,5 +31,4 @@ fi
# launch the docker file
cmd="python contribute.py --date=\"$parameterDate\" --name=\"$parameterName\""
docker run -p $dockerPort:$dockerPort --user $(id -u):$(id -g) -it -v $(pwd)/:/presentation $dockerImg /bin/bash -c "$cmd"
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