Correct indentation of new build-arg

This commit is contained in:
Rob Parker
2017-11-16 11:22:31 +00:00
committed by GitHub
parent 15acd8ccdc
commit faf6c4bc08

View File

@@ -126,7 +126,7 @@ define docker-build-mq
--label IBM_PRODUCT_ID=$4 \
--label IBM_PRODUCT_NAME=$5 \
--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)
$(DOCKER) kill $(BUILD_SERVER_CONTAINER)