AccessControl: Add provisioning folder to the packaging process (#34398)

* AccessControl: Add provisioning folder to the packaging process
This commit is contained in:
Gabriel MABILLE
2021-05-20 09:41:39 +02:00
committed by GitHub
parent 07302faec2
commit d56a653e73
8 changed files with 70 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ RUN export GF_GID_NAME=$(getent group $GF_GID | cut -d':' -f1) && \
"$GF_PATHS_PROVISIONING/dashboards" \
"$GF_PATHS_PROVISIONING/notifiers" \
"$GF_PATHS_PROVISIONING/plugins" \
"$GF_PATHS_PROVISIONING/access-control" \
"$GF_PATHS_LOGS" \
"$GF_PATHS_PLUGINS" \
"$GF_PATHS_DATA" && \