mirror of
https://github.com/grafana/grafana.git
synced 2024-12-25 08:21:46 -06:00
docker: The cue directory is gone. Catch-up (#52606)
The files got removed in 8876d56495
but
the container was not updated yet.
This commit is contained in:
parent
583490678b
commit
27709adac3
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user