3
0

Do not cache build steps for now, do not ignore types folder

This commit is contained in:
Denis Arh 2018-07-22 08:58:39 +02:00
parent bc4205bff5
commit 01ac832e80
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
*/templates
*/types
*/docs
*/db
*/db

View File

@ -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) .
########################################################################################################################