Add support for local Makefile to docker (#41296)

This commit is contained in:
Guilherme Caulada
2021-11-04 11:13:10 -03:00
committed by GitHub
parent fb5a65d9be
commit 3cefa0bbba
2 changed files with 23 additions and 23 deletions

View File

@ -13,7 +13,6 @@ docs
dump.rdb
node_modules
**/node_modules
/local
/tmp
*.yml
!.yarnrc.yml

View File

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