Do not cache build steps for now, do not ignore types folder
This commit is contained in:
parent
bc4205bff5
commit
01ac832e80
@ -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) .
|
||||
|
||||
|
||||
########################################################################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user