Merge pull request #11852 from grafana/davkal/super-simple-docker

Support for local Docker builds
This commit is contained in:
Carl Bergquist
2018-05-08 09:17:01 +02:00
committed by GitHub
3 changed files with 22 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.awcache
.dockerignore
.git
.gitignore
.github
data*
dist
docker
docs
dump.rdb
node_modules
/local
/tmp
/vendor
*.yml
*.md
/vendor
/tmp
+2
View File
@@ -44,7 +44,9 @@ docker-compose.yaml
/conf/provisioning/**/custom.yaml
profile.cov
/grafana
/local
.notouch
/Makefile.local
/pkg/cmd/grafana-cli/grafana-cli
/pkg/cmd/grafana-server/grafana-server
/pkg/cmd/grafana-server/debug
+2
View File
@@ -1,3 +1,5 @@
-include local/Makefile
all: deps build
deps-go: