Do not cache build steps for now, do not ignore types folder
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
*/templates
|
||||
*/types
|
||||
*/docs
|
||||
*/db
|
||||
*/db
|
||||
|
||||
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ REALIZE = ${GOPATH}/bin/realize
|
||||
GOTEST = ${GOPATH}/bin/gotest
|
||||
|
||||
build:
|
||||
docker build --rm -t $(shell cat .project) .
|
||||
docker build --no-cache --rm -t $(shell cat .project) .
|
||||
|
||||
|
||||
########################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user