UNCLASSIFIED

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

Update build.sh

parent bfe53e36
No related merge requests found
Pipeline #85221 canceled with stages
......@@ -48,6 +48,11 @@ fi
service docker status
service docker restart
ls -la /var/run
FILE=/var/run/docker.sock
if test -f "$FILE"; then
echo "$FILE exists."
fi
docker run --rm ${INTERACTIVE_FLAGS} \
-v ${PWD}/${PROJECT}:/opt/course_builder/${PROJECT}: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