Support for local Docker builds

* add a git-ignored `local/` folder for Makefile/Dockerfile
* import `local/Makefile` to root Makefile
* add `.dockerignore`
This commit is contained in:
David Kaltschmidt
2018-05-07 12:32:18 +02:00
parent afec9ec5be
commit c3cc60b080
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
-include local/Makefile
all: deps build
deps-go: