Change build style in Makefile.

This commit is contained in:
Paolo Cuffiani
2015-11-13 17:21:01 +01:00
parent 6f3a3fab5e
commit 029b4be981
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ build-nopull:
if [ "$${tag}" = 'latest' ]; then \
dir='.'; \
fi; \
echo " - Building $(IMAGE):$${tag}..."; \
echo " =====> Building $(IMAGE):$${tag}..."; \
docker build --quiet -t $(IMAGE):$${tag} $${dir}; \
done
+1 -1
View File
@@ -44,7 +44,7 @@ build-nopull:
if [ "$${tag}" = 'latest' ]; then \
dir='.'; \
fi; \
echo " - Building $(IMAGE):$${tag}..."; \
echo " =====> Building $(IMAGE):$${tag}..."; \
docker build --quiet -t $(IMAGE):$${tag} $${dir}; \
done