Correct indentation of new build-arg
This commit is contained in:
2
Makefile
2
Makefile
@@ -126,7 +126,7 @@ define docker-build-mq
|
|||||||
--label IBM_PRODUCT_ID=$4 \
|
--label IBM_PRODUCT_ID=$4 \
|
||||||
--label IBM_PRODUCT_NAME=$5 \
|
--label IBM_PRODUCT_NAME=$5 \
|
||||||
--label IBM_PRODUCT_VERSION=$6 \
|
--label IBM_PRODUCT_VERSION=$6 \
|
||||||
--build-arg MQ_PACKAGES="$(MQ_PACKAGES)" \
|
--build-arg MQ_PACKAGES="$(MQ_PACKAGES)" \
|
||||||
.
|
.
|
||||||
# Stop the web server (will also remove the container)
|
# Stop the web server (will also remove the container)
|
||||||
$(DOCKER) kill $(BUILD_SERVER_CONTAINER)
|
$(DOCKER) kill $(BUILD_SERVER_CONTAINER)
|
||||||
|
|||||||
Reference in New Issue
Block a user