UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit bfe53e36 authored by Chris K's avatar Chris K
Browse files

Update build.sh

parent fffae883
Branches
No related merge requests found
Pipeline #85213 canceled with stages
......@@ -46,6 +46,9 @@ if [ ! -d "${OUTPUT_DIR}" ]; then
chmod 777 "${OUTPUT_DIR}"
fi
service docker status
service docker restart
docker run --rm ${INTERACTIVE_FLAGS} \
-v ${PWD}/${PROJECT}:/opt/course_builder/${PROJECT}:ro \
-v ${PWD}/process_course.py:/opt/course_builder/process_course.py:ro \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment