mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Packaging: Dockerfile copy local folder (#64766)
Dockerfile copy local folder
This commit is contained in:
parent
6751a93d49
commit
dfee4249e8
@ -53,6 +53,7 @@ RUN if [[ "$BINGO" = "true" ]]; then \
|
|||||||
COPY embed.go Makefile build.go package.json ./
|
COPY embed.go Makefile build.go package.json ./
|
||||||
COPY cue.mod cue.mod
|
COPY cue.mod cue.mod
|
||||||
COPY kinds kinds
|
COPY kinds kinds
|
||||||
|
COPY local local
|
||||||
COPY packages/grafana-schema packages/grafana-schema
|
COPY packages/grafana-schema packages/grafana-schema
|
||||||
COPY public/app/plugins public/app/plugins
|
COPY public/app/plugins public/app/plugins
|
||||||
COPY public/api-merged.json public/api-merged.json
|
COPY public/api-merged.json public/api-merged.json
|
||||||
|
0
local/.gitkeep
Normal file
0
local/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user