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

Merge branch 'lh-update-docker-img' into 'develop'

switch to python3

See merge request R3/school/courses!180
parents de86e0ce 2f369090
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,5 @@ then
fi
# launch the docker file
cmd="python contribute.py --date=\"$parameterDate\" --name=\"$parameterName\""
cmd="python3 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