mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
Change build style in Makefile.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user