[v9.4.x] Packaging: Dockerfile copy local folder (#64768)

Packaging: Dockerfile copy local folder (#64766)

Dockerfile copy local folder

(cherry picked from commit dfee4249e8)

Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2023-03-14 15:11:08 -05:00
committed by GitHub
co-authored by Kevin Minehart
parent b5a274f392
commit 56d1dcc9b3
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ RUN go mod download && \
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-spec.json public/api-spec.json
View File