Skip to content

Commit

Permalink
Packaging: Dockerfile copy local folder (#64766)
Browse files Browse the repository at this point in the history
Dockerfile copy local folder
  • Loading branch information
kminehart authored Mar 14, 2023
1 parent 6751a93 commit dfee424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added local/.gitkeep
Empty file.

0 comments on commit dfee424

Please sign in to comment.