mirror of
https://github.com/grafana/grafana.git
synced 2025-12-18 22:16:21 -05:00
Packaging: Dockerfile copy local folder (#64766)
Dockerfile copy local folder
This commit is contained in:
parent
6751a93d49
commit
dfee4249e8
2 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ RUN if [[ "$BINGO" = "true" ]]; then \
|
|||
COPY embed.go Makefile build.go package.json ./
|
||||
COPY cue.mod cue.mod
|
||||
COPY kinds kinds
|
||||
COPY local local
|
||||
COPY packages/grafana-schema packages/grafana-schema
|
||||
COPY public/app/plugins public/app/plugins
|
||||
COPY public/api-merged.json public/api-merged.json
|
||||
|
|
|
|||
0
local/.gitkeep
Normal file
0
local/.gitkeep
Normal file
Loading…
Reference in a new issue