Skip to content
Snippets Groups Projects
Commit 5f638cad authored by Vilem Ded's avatar Vilem Ded
Browse files

setting UID for docker container

parent 583d7a26
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,4 @@ fi
# launch the docker file
cmd="python contribute.py --date=\"$parameterDate\" --name=\"$parameterName\""
docker run -p $dockerPort:$dockerPort -it -v $(pwd)/:/presentation $dockerImg /bin/bash -c "$cmd"
docker run -p $dockerPort:$dockerPort --user $UID:$UID -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