Skip to content

Commit dfee424

Browse files
authored
Packaging: Dockerfile copy local folder (#64766)
Dockerfile copy local folder
1 parent 6751a93 commit dfee424

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN if [[ "$BINGO" = "true" ]]; then \
5353
COPY embed.go Makefile build.go package.json ./
5454
COPY cue.mod cue.mod
5555
COPY kinds kinds
56+
COPY local local
5657
COPY packages/grafana-schema packages/grafana-schema
5758
COPY public/app/plugins public/app/plugins
5859
COPY public/api-merged.json public/api-merged.json

local/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)