mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 00:24:46 -06:00
copy .github folder into golang build container since we rely on codeowners (#62122)
* copy .github folder into golang build container since we rely on codeowners * remove .github for .dockerignore
This commit is contained in:
parent
7c27c866f6
commit
0c8a2bbfd5
@ -2,7 +2,6 @@
|
||||
.dockerignore
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
.vscode
|
||||
bin
|
||||
data*
|
||||
|
@ -53,6 +53,7 @@ COPY public/api-spec.json public/api-spec.json
|
||||
COPY pkg pkg
|
||||
COPY scripts scripts
|
||||
COPY conf conf
|
||||
COPY .github .github
|
||||
|
||||
RUN make build-go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user