mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 12:22:05 +08:00
Add support for local Makefile to docker (#41296)
This commit is contained in:

committed by
GitHub

parent
fb5a65d9be
commit
3cefa0bbba
@ -13,7 +13,6 @@ docs
|
|||||||
dump.rdb
|
dump.rdb
|
||||||
node_modules
|
node_modules
|
||||||
**/node_modules
|
**/node_modules
|
||||||
/local
|
|
||||||
/tmp
|
/tmp
|
||||||
*.yml
|
*.yml
|
||||||
!.yarnrc.yml
|
!.yarnrc.yml
|
||||||
|
@ -27,6 +27,7 @@ RUN apk add --no-cache gcc g++ make
|
|||||||
WORKDIR /grafana
|
WORKDIR /grafana
|
||||||
|
|
||||||
COPY go.mod go.sum embed.go Makefile build.go package.json ./
|
COPY go.mod go.sum embed.go Makefile build.go package.json ./
|
||||||
|
COPY ./local/* ./local/
|
||||||
COPY cue cue
|
COPY cue cue
|
||||||
COPY packages/grafana-schema packages/grafana-schema
|
COPY packages/grafana-schema packages/grafana-schema
|
||||||
COPY public/app/plugins public/app/plugins
|
COPY public/app/plugins public/app/plugins
|
||||||
|
Reference in New Issue
Block a user