mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Packaging: Dockerfile copy local folder (#64766)
Dockerfile copy local folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user