Packaging: Dockerfile copy local folder (#64766)

Dockerfile copy local folder
This commit is contained in:
Kevin Minehart 2023-03-14 14:44:11 -05:00 committed by GitHub
parent 6751a93d49
commit dfee4249e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

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

0
local/.gitkeep Normal file
View File