Chore: Update developer guide with instructions building from Windows (#42390)

In addition, removess copying of local directory in Dockerfile since that directory 
normally doesn't exist.
This commit is contained in:
Marcus Efraimsson
2021-12-01 10:34:00 +01:00
committed by GitHub
parent caf859f498
commit d71cd65dbc
2 changed files with 17 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ 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