mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 04:22:14 +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
|
||||
node_modules
|
||||
**/node_modules
|
||||
/local
|
||||
/tmp
|
||||
*.yml
|
||||
!.yarnrc.yml
|
||||
|
@ -27,6 +27,7 @@ RUN apk add --no-cache gcc g++ make
|
||||
WORKDIR /grafana
|
||||
|
||||
COPY go.mod go.sum embed.go Makefile build.go package.json ./
|
||||
COPY ./local/* ./local/
|
||||
COPY cue cue
|
||||
COPY packages/grafana-schema packages/grafana-schema
|
||||
COPY public/app/plugins public/app/plugins
|
||||
|
Reference in New Issue
Block a user