From dfee4249e8dcf651ad4b81703fb417ae34533cc2 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Tue, 14 Mar 2023 14:44:11 -0500 Subject: [PATCH] Packaging: Dockerfile copy local folder (#64766) Dockerfile copy local folder --- Dockerfile | 1 + local/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 local/.gitkeep diff --git a/Dockerfile b/Dockerfile index bfea9e8103e..29b1a319bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/local/.gitkeep b/local/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d