Packaging: Dockerfile copy local folder (#64766)

Dockerfile copy local folder
pull/64769/head
Kevin Minehart 2 years ago committed by GitHub
parent 6751a93d49
commit dfee4249e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile
  2. 0
      local/.gitkeep

@ -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

Loading…
Cancel
Save