We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b26bc + e774c8c commit 87fffedCopy full SHA for 87fffed
run.sh
@@ -6,6 +6,9 @@ if [ "${1:0:1}" != '-' ]; then
6
exec "$@"
7
fi
8
9
+# Create extensions directories to enable usage after volume mounting
10
+mkdir -p ${SONARQUBE_HOME}/extensions/plugins ${SONARQUBE_HOME}/extensions/jdbc-driver
11
+
12
# Install plugins from download dir
13
mv ${HOME}/downloads/plugins/* ${SONARQUBE_HOME}/extensions/plugins
14
0 commit comments