docker: The cue directory is gone. Catch-up (#52606) (#53004)

The files got removed in 8876d56495 but
the container was not updated yet.

(cherry picked from commit 27709adac3)

Co-authored-by: Holger Freyther <holger+github@freyther.de>
This commit is contained in:
Grot (@grafanabot)
2022-07-29 17:45:50 +00:00
committed by GitHub
co-authored by Holger Freyther
parent 04bdcc09ed
commit 721b17a732
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ RUN apk add --no-cache gcc g++ make
WORKDIR /grafana
COPY go.mod go.sum embed.go Makefile build.go package.json ./
COPY cue cue
COPY packages/grafana-schema packages/grafana-schema
COPY public/app/plugins public/app/plugins
COPY public/api-spec.json public/api-spec.json
-1
View File
@@ -29,7 +29,6 @@ COPY go.mod go.sum embed.go ./
COPY Makefile build.go package.json ./
COPY .bingo .bingo
COPY pkg pkg/
COPY cue cue/
COPY cue.mod cue.mod/
COPY packages/grafana-schema packages/grafana-schema/
COPY public/app/plugins public/app/plugins/