Skip to content

Commit

Permalink
Fix Docker plugins provisioning (#90)
Browse files Browse the repository at this point in the history
```
error: failed to solve: failed to compute cache key: "/provisioning/plugins": not found
209
Error: buildx failed with: error: failed to solve: failed to compute cache key: "/provisioning/plugins": not found
```
  • Loading branch information
mikhail-vl authored Nov 21, 2021
1 parent b5c0686 commit bf1f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY dist $GF_PATHS_PLUGINS/redis-app
COPY redis-datasource $GF_PATHS_PLUGINS/redis-datasource

# Provisioning
COPY provisioning/plugins $GF_PATHS_PROVISIONING/plugins
COPY provisioning $GF_PATHS_PROVISIONING

# Add Execute permissions
USER root
Expand Down

0 comments on commit bf1f125

Please sign in to comment.