We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967fc5a commit c50ec1bCopy full SHA for c50ec1b
1 file changed
services
@@ -223,7 +223,7 @@ case "${command}" in
223
"create")
224
export $(cat .env | grep "#" -v)
225
echo "Pulling Docker images"
226
- docker pull quay.io/curl/curl
+ docker pull -q quay.io/curl/curl
227
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml -f docker-compose/orion-ld.yml -f docker-compose/stellio.yml pull
228
;;
229
*)
0 commit comments