summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Makefile b/scripts/docker/Makefile
index 7050526a..499b1a3f 100644
--- a/scripts/docker/Makefile
+++ b/scripts/docker/Makefile
@@ -30,7 +30,7 @@ MEMORY ?= 512m
all: soledad-image couchdb-image
soledad-image:
- docker build -t $(IMAGE_NAME) .
+ docker build ${DOCKER_BUILD_OPTS} -t $(IMAGE_NAME) .
couchdb-image:
(cd couchdb/ && make)