Skip to content

Commit

Permalink
Merge pull request #5 from stakater-docker/create-dir
Browse files Browse the repository at this point in the history
Explicitly create extension dir
  • Loading branch information
hazim1093 authored Jan 14, 2019
2 parents 90b26bc + e774c8c commit 87fffed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ if [ "${1:0:1}" != '-' ]; then
exec "$@"
fi

# Create extensions directories to enable usage after volume mounting
mkdir -p ${SONARQUBE_HOME}/extensions/plugins ${SONARQUBE_HOME}/extensions/jdbc-driver

# Install plugins from download dir
mv ${HOME}/downloads/plugins/* ${SONARQUBE_HOME}/extensions/plugins

Expand Down

0 comments on commit 87fffed

Please sign in to comment.